Skip to content

Feature/misc fixes (#92) #295

Feature/misc fixes (#92)

Feature/misc fixes (#92) #295

Triggered via push October 27, 2023 13:32
Status Success
Total duration 12m 1s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (csharp): 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).
Analyze (csharp): 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.
Analyze (csharp): src/libraries/Highbyte.DotNet6502/BinaryLoader.cs#L68
Nullable value type may be null.
Analyze (csharp): src/libraries/Highbyte.DotNet6502/BinaryLoader.cs#L89
Nullable value type may be null.
Analyze (csharp): src/libraries/Highbyte.DotNet6502/OutputGen.cs#L18
Nullable value type may be null.
Analyze (csharp): src/libraries/Highbyte.DotNet6502/Memory.cs#L30
Non-nullable field '_readers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502/Memory.cs#L30
Non-nullable field '_writers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/libraries/Highbyte.DotNet6502/Memory.cs#L30
Non-nullable field '_originalWriters' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): 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.
Analyze (csharp): 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.