-
Notifications
You must be signed in to change notification settings - Fork 344
Planned features for version 4.0
Ewout Kramer edited this page Oct 4, 2021
·
3 revisions
The following features are planned to be added to the 4.0 release of the Firely .NET SDK. This list is not final yet and can be changed before the new version will be released.
- New (faster) serializers for json and xml
- Remove target framework
netstandard1.6
. Only the frameworksnet45
,netstandard2.0
andnet5.0
will be maintained. The consequences of removing thisnetstandard1.6
are that Firely .NET SDK will not run anymore on:- .NET Core 1.0 and 1.1 (those releases have reached end of life, meaning it is no longer supported by Microsoft).
- Mono 4.6
- Xamarin iOS 10.0
- Xamarin.Android 7.0
- Remove deprecated methods. Methods that are made obsolete in version 2.0, will be removed from the SDK.
- The following PRs:
- Adding the packaging project (Firely.Fhir.Packages) to the SDK solution ??
- NpmPackageResolver ??
- A selection of these: https://github.com/FirelyTeam/firely-net-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22breaking+change%22