Deploy DotNet project to Azure Function App dev #4
Annotations
10 warnings
|
src/lib/AdminApiSettings.cs#L5
Non-nullable property 'defaultRedirectUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/lib/AdminApiSettings.cs#L6
Non-nullable property 'customDomain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/lib/AdminApiSettings.cs#L7
Non-nullable property 'UlsDataStorage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/lib/AdminApiSettings.cs#L8
Non-nullable property 'env' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/lib/AdminApiSettings.cs#L9
Non-nullable property 'dataDogKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/lib/AdminApiSettings.cs#L10
Non-nullable property 'version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/lib/NLogWrapper.cs#L19
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/lib/NLogWrapper.cs#L19
Non-nullable field 'serviceName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/lib/NLogWrapper.cs#L19
Non-nullable field 'shortenerSettings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading