Output type is ignored #304
Annotations
2 errors and 11 warnings
|
Build and Test
The operation was canceled.
|
Build and Test:
src/Buildalyzer.Logger/BuildalyzerLogger.cs#L10
Non-nullable field '_pipeHandleAsString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build and Test:
src/Buildalyzer/AnalyzerManager.cs#L42
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
src/Buildalyzer/AnalyzerManager.cs#L47
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
src/Buildalyzer/AnalyzerManager.cs#L89
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
src/Buildalyzer/AnalyzerResults.cs#L42
Nullability of reference types in type of parameter 'x' of 'int TargetFrameworkComparer.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
|
Build and Test:
src/Buildalyzer/AnalyzerResults.cs#L42
Nullability of reference types in type of parameter 'y' of 'int TargetFrameworkComparer.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
|
Build and Test:
src/Buildalyzer/IProjectAnalyzer.cs#L126
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
src/Buildalyzer/IAnalyzerManager.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
src/Buildalyzer/Logging/TextWriterLogger.cs#L12
Nullability of reference types in type of parameter 'exception' of 'void TextWriterLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
|
Build and Test:
src/Buildalyzer/AnalyzerResult.cs#L170
Nullability of reference types in type of parameter 'x' of 'bool ProjectItemItemSpecEqualityComparer.Equals(IProjectItem x, IProjectItem y)' doesn't match implicitly implemented member 'bool IEqualityComparer<IProjectItem>.Equals(IProjectItem? x, IProjectItem? y)' (possibly because of nullability attributes).
|
Install .NET Core SDK
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
Loading