Skip to content

fix(Nuget Pack): Resolving Nuget DLL reference that broke the packing… #51

fix(Nuget Pack): Resolving Nuget DLL reference that broke the packing…

fix(Nuget Pack): Resolving Nuget DLL reference that broke the packing… #51

Triggered via push January 9, 2024 11:59
Status Success
Total duration 1m 38s
Artifacts
build-nuget-publish
1m 30s
build-nuget-publish
Fit to window
Zoom out
Zoom in

Annotations

50 warnings
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/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: src/Data/Extensions/EntityFramework/DbSetExtensions.cs#L22
Converting null literal or possible null value to non-nullable type.
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/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/Security.OAuth/Providers/LinkedInOAuthProvider.cs#L56
Cannot convert null literal to non-nullable reference type.
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: 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
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/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/Attributes/Validation/ValidJsonValidationAttribute.cs#L25
Possible null reference argument for parameter 'jsonString' in 'string ValidJsonValidationAttribute.GetValidationError(string jsonString)'.
build-nuget-publish: src/Core/Models/Reactive/Observed.cs#L16
Non-nullable property '_value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Core/Models/Reactive/Observed.cs#L21
Non-nullable event '_onValueChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build-nuget-publish: src/Semantic.Core/Extensions/Configuration/SemanticConfigExtensions.cs#L26
Cannot convert null literal to non-nullable reference type.
build-nuget-publish: src/Semantic.Core/Thoughts/Chains/BaseExecutableChain.cs#L32
'BaseExecutableChain._logger' hides inherited member 'BaseThought._logger'. Use the new keyword if hiding was intended.
build-nuget-publish: src/Semantic.Core/Thoughts/Chains/BaseExecutableChain.cs#L57
Cannot convert null literal to non-nullable reference type.
build-nuget-publish: src/Semantic.Core/Thoughts/Chains/Cognitive/MemoryCommitChain.cs#L68
Cannot convert null literal to non-nullable reference type.
build-nuget-publish: src/Semantic.Core/Thoughts/Chains/Cognitive/MemoryRecallChain.cs#L78
Cannot convert null literal to non-nullable reference type.
build-nuget-publish: src/Semantic.Core/Thoughts/Chains/Media/YouTubeShortFactualVideoGenerationChain.cs#L486
Cannot convert null literal to non-nullable reference type.