Feature/refactor instrumentation #268
Annotations
1 error and 10 warnings
|
src/libraries/Highbyte.DotNet6502/DotNet6502Exception.cs#L15
Member 'DotNet6502Exception.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'DotNet6502Exception.GetObjectData(SerializationInfo, StreamingContext)'.
|
src/libraries/Highbyte.DotNet6502/Logging/DotNet6502LoggerBase.cs#L23
Nullability of reference types in type of parameter 'exception' of 'void DotNet6502LoggerBase.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).
|
src/libraries/Highbyte.DotNet6502/Logging/DotNet6502LoggerBase.cs#L20
Nullability in constraints for type parameter 'TState' of method 'DotNet6502LoggerBase.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.
|
src/libraries/Highbyte.DotNet6502/BinaryLoader.cs#L68
Nullable value type may be null.
|
src/libraries/Highbyte.DotNet6502/BinaryLoader.cs#L89
Nullable value type may be null.
|
src/libraries/Highbyte.DotNet6502/DotNet6502Exception.cs#L12
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
src/libraries/Highbyte.DotNet6502/DotNet6502Exception.cs#L18
'Exception.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
src/libraries/Highbyte.DotNet6502/InstructionList.cs#L12
Non-nullable property 'OpCodeDictionary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/libraries/Highbyte.DotNet6502/InstructionList.cs#L12
Non-nullable property 'InstructionDictionary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/libraries/Highbyte.DotNet6502/OutputGen.cs#L18
Nullable value type may be null.
|
The logs for this run have expired and are no longer available.
Loading