forked from eclipse-aaspe/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all newtonsoft references and transform into system.text.json (e…
…clipse-aaspe#305) * update newtonsoft to system.text.json * add more verifications * add transformer and tests * remove unused using * fix smaller issues with AdminShellConverters and apply necessary nullable for AssetAdministrationShell parameter assetInformation * remove unused parameters * Transform usings to System.Text.Json * Fix system.text.json usage * remove not references AdminShellCollections.cs * fix test setup in AdminShellCollectionTests.cs * add tests * Add tests * Fix method modifiers * Add Tests for AdaptiveFilterContractResolver * remove newtonsoft references in favor to System.Text.Json * update newtonsoft to system.text.json * Transform to System.Text.Json in Startup.cs * Transform to System.Text.Json in ServerConfiguration.cs * Transform to System.Text.Json * Transform AasxPluginOptionSerialization.cs to System.Text.Json * Transform AasxRestClient.cs to System.Text.Json and Delete EnergyModel_SourceSystem_Azure.cs * transform first chunk of Program.cs to System.Text.Json WARNING: Work in progress * Transform Program.cs to use System.Text.Json * Transform SecurityClient.cs to System.Text.Json * transform TimeSeries.cs to System.Text.Json * Transform TimeSeriesPlotting.cs to use System.Text.Json * Transform to System.text.Json * Transform ToJson Method to System.Text.Json * Transfrom simple values to System.Text.Json * update formatter to system.text.json in Startup.cs * Transform Registry Lib to System.Text.Json * fix spelling issue 'retrived' to 'retrieved' * Remove remaining newtonsoft references * Remove Newtonsoft references * update CHANGELOG.md * Revert * fix modifiers * revert nullable * fix merge issues * update remarks * fix merge issues * Fix swagger initialisation * fix MessageType serialization and remove hungarian notation * fix hungarian notation * re-add missing nullchecks * fix missing null check * fix nullable errors in AASXFileServerAPIApi.cs * fix nulltype errors in AssetAdministrationShellRepositoryAPIApi.cs * fix null types * update null fixes in SerializationAPIApi.cs * fix nullables * fix nullables and error handling in SubmodelRepositoryAPIApi.cs * reformat AssetAdministrationShellRegistryAPIApi.cs * Fix API nullables and error handling * refactor ServiceDescription.cs and Description.cs * Make ServiceDescription.cs testable and create tests * add tests DescriptionAPIApiControllerTests.cs * apply resharper suggestions * add tests for GenerateSerializationService.cs * update documentation for Logging interfaces and classes * Fix MessageTypeEnum not displayed as text in HTTP result * Fix DateTime handling in ExceptionMiddleware.cs * fix nullability issue * refactor namings in RegistryInitializerService.cs * Refactor RegistryInitializerService.cs and fix nullable bugs * fix merging issues * fix merging issues
- Loading branch information
Showing
140 changed files
with
9,098 additions
and
6,543 deletions.
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.