You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ApplicationMetadata holds configuration for frontend, backend and storage. To add frontend only configuration we need to update app-lib and force developers to update the nuget to expose the new configurations to frontend.
As a first step in making this json config easier to extend with configurations that only is necessary for frontend backend should not remove fields in the root object that is not explicitly mapped in the strongly typed C# model
Additional Information
No response
The text was updated successfully, but these errors were encountered:
* Deserializing applicationmetadata with unknown root elements puts elements in jsonextensiondata dictionary
* Fix codeql and sonar warnings
* removed newtonsoft jsonextensiondata and added round trip test
* Add WebApplicationFactoryTest that (#324)
This is to ensure that the returned json actually includes the extra fields
---------
Co-authored-by: Ivar Nesje <ivarne@users.noreply.github.com>
Description
ApplicationMetadata holds configuration for frontend, backend and storage. To add frontend only configuration we need to update app-lib and force developers to update the nuget to expose the new configurations to frontend.
As a first step in making this json config easier to extend with configurations that only is necessary for frontend backend should not remove fields in the root object that is not explicitly mapped in the strongly typed C# model
Additional Information
No response
The text was updated successfully, but these errors were encountered: