Bump Polly from 8.4.1 to 8.4.2 in /src #236
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/Infrastructure/TypeResolver.cs#L14
Nullability of reference types in type of parameter 'type' of 'object TypeResolver.Resolve(Type type)' doesn't match implicitly implemented member 'object? ITypeResolver.Resolve(Type? type)' (possibly because of nullability attributes).
|
build:
src/OutputFormatters/CsvOutputFormatter.cs#L172
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/OutputFormatters/CsvOutputFormatter.cs#L183
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Commands/WhatIf/WhatIfSettings.cs#L66
Non-nullable property 'Filter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/OutputFormatters/TextOutputFormatter.cs#L37
Dereference of a possibly null reference.
|
build:
src/OutputFormatters/SpectreConsole/StatusContext.cs#L30
Possible null reference return.
|
build:
src/OutputFormatters/SpectreConsole/StatusContext.cs#L52
Non-nullable field '_context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/OutputFormatters/SpectreConsole/StatusContext.cs#L52
Non-nullable field '_spinnerColumn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Commands/WhatIf/DevTestWhatIfCommand.cs#L121
Converting null literal or possible null value to non-nullable type.
|
build:
src/Commands/WhatIf/DevTestWhatIfCommand.cs#L135
Converting null literal or possible null value to non-nullable type.
|