Update workflow permissions #25
Annotations
1 error and 10 warnings
Error when evaluating 'strategy' for job 'func-app-deploy-dev'. .github/workflows/release-to-production.yml (Line: 95, Col: 19): Error parsing fromJson,.github/workflows/release-to-production.yml (Line: 95, Col: 19): Error reading JToken from JsonReader. Path '', line 0, position 0.,.github/workflows/release-to-production.yml (Line: 95, Col: 19): Unexpected value ''
|
src/abstractions/ClientConfiguration.cs#L16
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/ClientConfiguration.cs#L17
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/ClientConfiguration.cs#L10
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/ClientConfiguration.cs#L11
Non-nullable property 'Authority' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/client-app/Program.cs#L30
Possible null reference argument for parameter 'item' in 'void ICollection<string>.Add(string item)'.
|
src/web-app/Controllers/WeatherForecastController.cs#L23
Non-nullable field 'clientFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/web-app/Controllers/ClientConfigurationController.cs#L25
Possible null reference assignment.
|
src/web-app/Controllers/ClientConfigurationController.cs#L26
Possible null reference assignment.
|
src/web-app/Controllers/ClientConfigurationController.cs#L30
Possible null reference assignment.
|
src/web-app/Controllers/ClientConfigurationController.cs#L31
Possible null reference assignment.
|
The logs for this run have expired and are no longer available.
Loading