Upgraded to .Net Core 8.0. #82
Annotations
3 errors and 11 warnings
build:
CodedThought.Core.Validation/Expressions/Exceptions/ExceptionMessages.cs#L9
There is no argument given that corresponds to the required parameter 'configuration' of 'ValidationConfigurationProvider.ValidationConfigurationProvider(IConfiguration)'
|
build:
CodedThought.Core.Validation/Expressions/Exceptions/ExceptionMessages.cs#L9
There is no argument given that corresponds to the required parameter 'configuration' of 'ValidationConfigurationProvider.ValidationConfigurationProvider(IConfiguration)'
|
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.Transport/CurlWrapper.cs#L5
Non-nullable property 'DestinationPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
CodedThought.Core.Transport/CurlWrapper.cs#L5
Non-nullable property 'DestinationFileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
CodedThought.Core.Transport/CurlWrapper.cs#L5
Non-nullable property 'SourceUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
CodedThought.Core.Transport/CurlWrapper.cs#L5
Non-nullable property 'SourceUsername' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
CodedThought.Core.Transport/CurlWrapper.cs#L5
Non-nullable property 'SourcePassword' 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 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:
CodedThought.Core.Transport/WinSCPWrapper.cs#L23
Non-nullable property 'FTPUsername' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|