Kangaroo avalonia UI #9
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
source/Kangaroo/Builder/Options/DefaultLogger.cs#L37
Nullability in constraints for type parameter 'TState' of method 'DefaultLogger.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:
source/Kangaroo/Scanners/SingleScanner.cs#L35
Non-nullable property 'ScanStatusUpdate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
source/Kangaroo/Scanners/SingleScanner.cs#L35
Non-nullable property 'NodeStatusUpdate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
source/Kangaroo/Scanners/ParallelScanner.cs#L33
Non-nullable property 'ScanStatusUpdate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
source/Kangaroo/Scanners/ParallelScanner.cs#L33
Non-nullable property 'NodeStatusUpdate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
source/Kangaroo/Scanners/OrderlyScanner.cs#L36
Non-nullable property 'ScanStatusUpdate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
source/Kangaroo/Scanners/OrderlyScanner.cs#L36
Non-nullable property 'NodeStatusUpdate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
source/Kangaroo/Model/LiveNodeResult.cs#L5
Missing XML comment for publicly visible type or member 'LiveNodeResult'
|
build:
source/Kangaroo/Model/LiveNodeResult.cs#L5
Missing XML comment for publicly visible type or member 'LiveNodeResult.LiveNodeResult(TimeSpan, TimeSpan, int, int, IPAddress)'
|
build:
source/Kangaroo/Model/LiveNodeResult.cs#L6
Missing XML comment for publicly visible type or member 'LiveNodeResult.QueryTime'
|