Mark notifypropertychanged with nullable #142
Annotations
1 error and 12 warnings
|
build (x64)
Process completed with exit code 1.
|
|
build (x64):
SystemExtensions.DependencyInjection.Tests/Http/HttpClientResolverTests.cs#L12
'HttpClientResolver' is obsolete: 'Please use RegisterHttpClient for each use case of IHttpClient'
|
|
build (x64):
SystemExtensions.Tests/Collections/AVLTreeTests.cs#L140
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
|
|
build (x64):
SystemExtensions.Tests/Threading/PriorityThreadPoolTests.cs#L112
Cannot convert null literal to non-nullable reference type.
|
|
build (x64):
SystemExtensions.Tests/Collections/TreapTests.cs#L83
Dereference of a possibly null reference.
|
|
build (x64):
SystemExtensions.Tests/Threading/PriorityThreadPoolTests.cs#L74
Cannot convert null literal to non-nullable reference type.
|
|
build (x64):
SystemExtensions.Tests/Utils/MockHttpMessageHandler.cs#L13
Non-nullable property 'ResponseResolverAsync' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (x64):
SystemExtensions.Tests/Utils/MockHttpMessageHandler.cs#L13
Non-nullable property 'ResponseResolver' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (x64):
SystemExtensions.Tests/Http/HttpClientTests.cs#L303
Cannot convert null literal to non-nullable reference type.
|
|
build (x64):
SystemExtensions.Tests/Http/HttpClientTests.cs#L295
Cannot convert null literal to non-nullable reference type.
|
|
build (x64):
SystemExtensions.Tests/Logging/Models/CachingLogger.cs#L11
Nullability in constraints for type parameter 'TState' of method 'CachingLogger<T>.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
|
build (x64):
SystemExtensions.Tests/Logging/Models/CachingLogger.cs#L21
Nullability of reference types in type of parameter 'exception' of 'void CachingLogger<T>.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 (x64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|