Skip to content

Merge pull request #112 #11

Merge pull request #112

Merge pull request #112 #11

Triggered via push July 4, 2024 00:48
Status Failure
Total duration 48s
Artifacts
build-and-deploy
38s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 12 warnings
build-and-deploy: src/JosephGuadagno.Broadcasting.Data.KeyVault/KeyVault.cs#L4
The type or namespace name 'Logging' does not exist in the namespace 'Microsoft.Extensions' (are you missing an assembly reference?)
build-and-deploy: src/JosephGuadagno.Broadcasting.Data.KeyVault/KeyVault.cs#L11
The type or namespace name 'ILogger<>' could not be found (are you missing a using directive or an assembly reference?)
build-and-deploy: src/JosephGuadagno.Broadcasting.Data.KeyVault/KeyVault.cs#L14
The type or namespace name 'ILogger<>' could not be found (are you missing a using directive or an assembly reference?)
build-and-deploy: src/JosephGuadagno.Broadcasting.Data.KeyVault/KeyVault.cs#L4
The type or namespace name 'Logging' does not exist in the namespace 'Microsoft.Extensions' (are you missing an assembly reference?)
build-and-deploy: src/JosephGuadagno.Broadcasting.Data.KeyVault/KeyVault.cs#L11
The type or namespace name 'ILogger<>' could not be found (are you missing a using directive or an assembly reference?)
build-and-deploy: src/JosephGuadagno.Broadcasting.Data.KeyVault/KeyVault.cs#L14
The type or namespace name 'ILogger<>' could not be found (are you missing a using directive or an assembly reference?)
build-and-deploy
Process completed with exit code 1.
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-deploy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: azure/login@v1, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-deploy: src/JosephGuadagno.Broadcasting.Managers.Facebook/Models/TokenResponse.cs#L14
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/JosephGuadagno.Broadcasting.Managers.Facebook/Models/TokenResponse.cs#L19
Non-nullable property 'TokenType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/JosephGuadagno.Broadcasting.Managers.Facebook/Models/TokenInfo.cs#L11
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/JosephGuadagno.Broadcasting.Managers.Facebook/Models/TokenInfo.cs#L16
Non-nullable property 'TokenType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/JosephGuadagno.Broadcasting.Managers.Facebook/Models/FacebookPostError.cs#L8
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/JosephGuadagno.Broadcasting.Managers.Facebook/Models/FacebookPostError.cs#L11
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/JosephGuadagno.Broadcasting.Managers.Facebook/Models/FacebookPostError.cs#L20
Non-nullable property 'FacebookTraceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/JosephGuadagno.Broadcasting.Managers.Facebook/EnumExtensions.cs#L19
Dereference of a possibly null reference.
build-and-deploy: src/JosephGuadagno.Broadcasting.Managers.LinkedIn/Models/Value.cs#L8
Non-nullable property 'UploadMechanism' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/JosephGuadagno.Broadcasting.Managers.LinkedIn/Models/Value.cs#L11
Non-nullable property 'MediaArtifact' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.