Skip to content

chore(Logging): Added comprehensive logging. #65

chore(Logging): Added comprehensive logging.

chore(Logging): Added comprehensive logging. #65

Triggered via push January 29, 2024 18:23
Status Success
Total duration 1m 27s
Artifacts
build-nuget-publish
1m 17s
build-nuget-publish
Fit to window
Zoom out
Zoom in

Annotations

50 warnings
build-nuget-publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-nuget-publish: src/Http/Models/Requests/HttpRequest.cs#L44
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build-nuget-publish: src/Http/Models/Requests/BasicAuthRequest.cs#L11
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Http/Models/Requests/BasicAuthRequest.cs#L16
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Http/Models/Responses/HttpResponse.cs#L83
Possible null reference assignment.
build-nuget-publish: src/Http/Models/Responses/HttpResponse.cs#L88
Possible null reference argument for parameter 'obj' in 'bool ObjectExtensions.IsValid(object obj, out List<ValidationResult> validationResults)'.
build-nuget-publish: src/Http/Models/Responses/HttpResponse.cs#L28
Non-nullable property 'Response' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Http/Models/Responses/HttpResponse.cs#L33
Non-nullable property 'ResponseMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build-nuget-publish
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build-nuget-publish: src/Core/Attributes/Validation/CollectionValidationAttribute.cs#L33
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build-nuget-publish: src/Http/Models/Requests/HttpRequest.cs#L44
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build-nuget-publish: src/Http/Models/Requests/BasicAuthRequest.cs#L11
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Http/Models/Requests/BasicAuthRequest.cs#L16
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Http/Models/Responses/HttpResponse.cs#L83
Possible null reference assignment.
build-nuget-publish: src/Http/Models/Responses/HttpResponse.cs#L88
Possible null reference argument for parameter 'obj' in 'bool ObjectExtensions.IsValid(object obj, out List<ValidationResult> validationResults)'.
build-nuget-publish: src/Http/Models/Responses/HttpResponse.cs#L28
Non-nullable property 'Response' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Http/Models/Responses/HttpResponse.cs#L33
Non-nullable property 'ResponseMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Security.OAuth/Providers/FacebookOAuthProvider.cs#L49
Cannot convert null literal to non-nullable reference type.
build-nuget-publish: src/Security.OAuth/Providers/GoogleOAuthProvider.cs#L49
Cannot convert null literal to non-nullable reference type.
build-nuget-publish: src/Communication/Models/Options/TwilioOptions.cs#L11
Non-nullable property 'AccountSID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Communication/Models/Options/TwilioOptions.cs#L15
Non-nullable property 'AuthToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Communication/Models/Options/TwilioOptions.cs#L19
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Communication/Models/SMS/SmsRequest.cs#L11
Non-nullable property 'From' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Communication/Models/SMS/SmsRequest.cs#L15
Non-nullable property 'Destination' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Communication/Models/SMS/SmsRequest.cs#L19
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build-nuget-publish
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build-nuget-publish: src/Data/Extensions/EntityFramework/DbSetExtensions.cs#L22
Converting null literal or possible null value to non-nullable type.
build-nuget-publish: src/Data/Services/EmbeddedContentService.cs#L46
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
build-nuget-publish: src/Data/Services/EmbeddedContentService.cs#L56
Possible null reference return.
build-nuget-publish: src/Data/Services/EmbeddedContentService.cs#L65
Possible null reference return.
build-nuget-publish
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build-nuget-publish
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build-nuget-publish: src/Core/Attributes/Validation/CollectionValidationAttribute.cs#L33
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build-nuget-publish: src/Core/Attributes/Validation/ComparisonValidationAttribute.cs#L28
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build-nuget-publish: src/Core/Attributes/Validation/HttpHeadersStringValidationAttribute.cs#L18
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build-nuget-publish: src/Core/Attributes/Validation/UrlWithPlaceholderValidationAttribute.cs#L17
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build-nuget-publish: src/Core/Attributes/Validation/ValidJsonValidationAttribute.cs#L23
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build-nuget-publish: src/Core/Attributes/Validation/ValidJsonValidationAttribute.cs#L25
Possible null reference argument for parameter 'jsonString' in 'string ValidJsonValidationAttribute.GetValidationError(string jsonString)'.
build-nuget-publish: src/Core/Abstractions/Singleton.cs#L12
Non-nullable property '_instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Core/Models/Auth/BasicAuth.cs#L16
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Semantic.Core/Abstractions/Thoughts/BaseThought.cs#L88
Cannot convert null literal to non-nullable reference type.
build-nuget-publish: src/Semantic.Core/Abstractions/Thoughts/BaseChain.cs#L53
Cannot convert null literal to non-nullable reference type.
build-nuget-publish: src/Semantic.Core/Models/Medium/MeResponse.cs#L8
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Semantic.Core/Models/Medium/MeData.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.