Skip to content

Updated JosephGuadagno.Utilities.Web to fix bug with response codes #18

Updated JosephGuadagno.Utilities.Web to fix bug with response codes

Updated JosephGuadagno.Utilities.Web to fix bug with response codes #18

Triggered via push July 10, 2024 03:56
Status Success
Total duration 1m 46s
Artifacts
build-and-deploy
1m 37s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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
Found version-specific or distribution-specific runtime identifier(s): win7-x64. Affected libraries: Microsoft.Azure.DocumentDB.Core. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
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.