-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support FHIR R4B #508
Closed
Closed
Support FHIR R4B #508
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HttpRequestFeature.RawTarget contains according to the documentation: "This property contains the raw path and full query, as well as other request targets such as * for OPTIONS requests". We only want the Requset Path identifying the requested resource so let's use HttpRequestFeature.Path.
These constantly fails when using Jetbrains Rider IDE so let us remove them for now.
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](isaacs/minimatch@v3.0.4...v3.0.8) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/icsharpcode/SharpZipLib/releases) - [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt) - [Commits](icsharpcode/SharpZipLib@v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: SharpZipLib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.0.2 to 3.1.1. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.0.2...v3.1.1) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ZstdSharp.Port](https://github.com/oleg-st/ZstdSharp) from 0.6.5 to 0.7.2. - [Release notes](https://github.com/oleg-st/ZstdSharp/releases) - [Commits](oleg-st/ZstdSharp@0.6.5...0.7.2) --- updated-dependencies: - dependency-name: ZstdSharp.Port dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [SharpCompress](https://github.com/adamhathcock/sharpcompress) from 0.32.2 to 0.33.0. - [Release notes](https://github.com/adamhathcock/sharpcompress/releases) - [Commits](adamhathcock/sharpcompress@0.32.2...0.33.0) --- updated-dependencies: - dependency-name: SharpCompress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.0.2 to 3.1.1. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.0.2...v3.1.1) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [Snappier](https://github.com/brantburnett/Snappier) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/brantburnett/Snappier/releases) - [Commits](brantburnett/Snappier@release/1.0.0...release/1.1.1) --- updated-dependencies: - dependency-name: Snappier dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [MongoDB.Bson](https://github.com/mongodb/mongo-csharp-driver) from 2.18.0 to 2.21.0. - [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases) - [Commits](mongodb/mongo-csharp-driver@v2.18.0...v2.21.0) --- updated-dependencies: - dependency-name: MongoDB.Bson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps MongoDB.Libmongocrypt from 1.6.0 to 1.8.0. --- updated-dependencies: - dependency-name: MongoDB.Libmongocrypt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.19.0 to 2.21.0. - [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases) - [Commits](mongodb/mongo-csharp-driver@v2.19.0...v2.21.0) --- updated-dependencies: - dependency-name: MongoDB.Driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
These projects were never finished and are not actively maintained.
This removes Spark-Legacy the original Spark UI, this is a .NET Framework 4.6.* web application which is no longer actively maintained and has been replaced by the ASP.NET Core web application Spark.Web.
This better reflects the purpose of this interface.
kennethmyhra
force-pushed
the
r4b-support
branch
from
September 14, 2023 16:26
9f6bbbf
to
774462f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.