Update CodedThought.Core version info in project file. #36
Annotations
3 errors and 11 warnings
build:
CodedThought.Core/obj/Release/net8.0/CodedThought.Core.AssemblyInfo.cs#L21
The specified version string '8.0.0-alpha' does not conform to the required format - major[.minor[.build[.revision]]]
|
build:
CodedThought.Core/obj/Release/net8.0/CodedThought.Core.AssemblyInfo.cs#L21
The specified version string '8.0.0-alpha' does not conform to the required format - major[.minor[.build[.revision]]]
|
build
Process completed with exit code 1.
|
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
build:
CodedThought.Core.Configuration/Validation/ValidationConfigurationProvider.cs#L63
Nullability of reference types in type of parameter 'value' of 'void ValidationConfigurationProvider.Set(string key, string value)' doesn't match implicitly implemented member 'void IConfigurationProvider.Set(string key, string? value)' (possibly because of nullability attributes).
|
build:
CodedThought.Core.Configuration/Validation/ValidationConfigurationProvider.cs#L40
Nullability of reference types in type of parameter 'parentPath' of 'IEnumerable<string> ValidationConfigurationProvider.GetChildKeys(IEnumerable<string> earlierKeys, string parentPath)' doesn't match implicitly implemented member 'IEnumerable<string> IConfigurationProvider.GetChildKeys(IEnumerable<string> earlierKeys, string? parentPath)' (possibly because of nullability attributes).
|
build:
CodedThought.Core.Configuration/Validation/ValidationConfigurationProvider.cs#L33
Non-nullable field '_configuration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
CodedThought.Core.Configuration/Validation/ValidationConfigurationProvider.cs#L70
Converting null literal or possible null value to non-nullable type.
|
build:
CodedThought.Core.Configuration/CoreSettingsExtensions.cs#L81
Possible null reference return.
|
build:
CodedThought.Core.Configuration/CoreSettingsExtensions.cs#L92
Possible null reference return.
|
build:
CodedThought.Core.Configuration/CoreSettingsExtensions.cs#L103
Possible null reference return.
|
build:
CodedThought.Core.Configuration/ConnectionSetting.cs#L8
Non-nullable field '_providerType' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
CodedThought.Core.Configuration/Validation/ValidationConfigurationProvider.cs#L16
Field 'ValidationConfigurationProvider._configuration' is never assigned to, and will always have its default value null
|
build:
CodedThought.Core.Transport/WinSCPWrapper.cs#L23
Non-nullable event 'LogEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|