- This version is compiled to work with .NET 8.0. #87
Annotations
12 warnings
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#L52
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#L35
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#L41
Dereference of a possibly null reference.
|
build:
CodedThought.Core.Configuration/Validation/ValidationConfigurationProvider.cs#L47
Dereference of a possibly null reference.
|
build:
CodedThought.Core.Configuration/Validation/ValidationConfigurationProvider.cs#L59
Possible null reference argument for parameter 'source' in 'ValidationMessageElement? Enumerable.FirstOrDefault<ValidationMessageElement>(IEnumerable<ValidationMessageElement> source, Func<ValidationMessageElement, bool> predicate)'.
|
build:
CodedThought.Core.Configuration/Validation/ValidationConfigurationProvider.cs#L59
Converting null literal or possible null value to non-nullable type.
|
build:
CodedThought.Core.Transport/WinSCPWrapper.cs#L23
Non-nullable event 'LogEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
build:
CodedThought.Core.Transport/WinSCPWrapper.cs#L23
Non-nullable property 'FTPHost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
CodedThought.Core.Transport/WinSCPWrapper.cs#L23
Non-nullable property 'FTPSSHKeyPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
CodedThought.Core.Transport/WinSCPWrapper.cs#L23
Non-nullable property 'FTPSSHKeyPassphrase' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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']
|