feat(CustomLogo): Add field in for custom logo in applicationmetadata #706
Annotations
10 warnings
src/Altinn.App.Core/Configuration/PlatformSettings.cs#L54
Non-nullable property 'SubscriptionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.App.Core/Extensions/XmlToLinqExtensions.cs#L30
Possible null reference argument for parameter 'value' in 'XAttribute.XAttribute(XName name, object value)'.
|
src/Altinn.App.Core/Configuration/AppSettings.cs#L69
Non-nullable property 'BaseResourceFolderContainer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.App.Core/Configuration/AppSettings.cs#L149
Non-nullable property 'OpenIdWellKnownEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.App.Core/Configuration/AppSettings.cs#L154
Non-nullable property 'AppOidcProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.App.Core/Configuration/AppSettings.cs#L159
Non-nullable property 'RuntimeCookieName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.App.Core/Configuration/AppSettings.cs#L214
Non-nullable property 'AppVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.App.Core/Features/DataLists/NullInstanceDataListProvider.cs#L23
Cannot convert null literal to non-nullable reference type.
|
src/Altinn.App.Core/Features/DataLists/NullDataListProvider.cs#L23
Cannot convert null literal to non-nullable reference type.
|
src/Altinn.App.Core/Implementation/PrefillSI.cs#L248
Possible null reference argument for parameter 'value' in 'void PrefillSI.AssignValueToDataModel(string[] keys, JToken value, object currentObject, int index = 0, bool continueOnError = false)'.
|
The logs for this run have expired and are no longer available.
Loading