fix(Dockerfile): Fixing issue with terminals using code interpreter. #79
nuget_workflow.yml
on: push
build-nuget-publish
1m 8s
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/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/Security.OAuth/Models/UserProfileModel.cs#L14
Non-nullable property 'SocialId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-nuget-publish:
src/Security.OAuth/Models/UserProfileModel.cs#L20
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-nuget-publish:
src/Security.OAuth/Models/UserProfileModel.cs#L26
Non-nullable property 'Lastname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-nuget-publish:
src/Security.OAuth/Models/UserProfileModel.cs#L31
Non-nullable property 'ProfileImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-nuget-publish:
src/Security.OAuth/Models/UserProfileModel.cs#L37
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-nuget-publish:
src/Security.OAuth/Models/UserProfileModel.cs#L43
Non-nullable property 'ProviderSpecificProfile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-nuget-publish:
src/Security.OAuth/Models/StatusModel.cs#L20
Non-nullable property 'StatusText' 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:
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/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
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/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/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/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/Attributes/Validation/ValidJsonValidationAttribute.cs#L27
Possible null reference return.
|
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/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/Abstractions/Thoughts/BaseChain.cs#L53
Cannot convert null literal to non-nullable reference type.
|
build-nuget-publish:
src/Semantic.Core/Thoughts/Cognitive/LanguageModelThoughts.cs#L249
Cannot convert null literal to non-nullable reference type.
|
build-nuget-publish:
src/Semantic.Core/Models/ImgBB/ImgBBResponse.cs#L11
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/ImgBB/ImgBBData.cs#L14
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-nuget-publish:
src/Semantic.Core/Models/Configuration/AppConfig.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-nuget-publish:
src/Semantic.Core/Models/Configuration/SemanticConfig.cs#L11
Non-nullable property 'AppConfig' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|