Update sandbox apps to net8.0 #1804
Annotations
10 warnings
Build:
tools/Schema.Generation/Program.cs#L86
Nullability of reference types in type of parameter 'name' of 'string ProperCaseEnumNameGenerator.Generate(int index, string name, object value, JsonSchema schema)' doesn't match implicitly implemented member 'string IEnumNameGenerator.Generate(int index, string? name, object? value, JsonSchema schema)' (possibly because of nullability attributes).
|
Build:
tools/Schema.Generation/Program.cs#L86
Nullability of reference types in type of parameter 'value' of 'string ProperCaseEnumNameGenerator.Generate(int index, string name, object value, JsonSchema schema)' doesn't match implicitly implemented member 'string IEnumNameGenerator.Generate(int index, string? name, object? value, JsonSchema schema)' (possibly because of nullability attributes).
|
Build:
tools/Schema.Generation/Program.cs#L96
Nullability of reference types in type of parameter 'typeNameHint' of 'string ProperCaseTypeNameGenerator.Generate(JsonSchema schema, string typeNameHint, IEnumerable<string> reservedTypeNames)' doesn't match implicitly implemented member 'string ITypeNameGenerator.Generate(JsonSchema schema, string? typeNameHint, IEnumerable<string> reservedTypeNames)' (possibly because of nullability attributes).
|
Build:
sandbox/ConsoleApp/Program.cs#L122
Generic type constraints should be on their own line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1127.md)
|
Build:
sandbox/MicroBenchmark/DefaultBench.cs#L94
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
|
Build:
tools/Schema.Generation/Program.cs#L86
Nullability of reference types in type of parameter 'name' of 'string ProperCaseEnumNameGenerator.Generate(int index, string name, object value, JsonSchema schema)' doesn't match implicitly implemented member 'string IEnumNameGenerator.Generate(int index, string? name, object? value, JsonSchema schema)' (possibly because of nullability attributes).
|
Build:
tools/Schema.Generation/Program.cs#L86
Nullability of reference types in type of parameter 'value' of 'string ProperCaseEnumNameGenerator.Generate(int index, string name, object value, JsonSchema schema)' doesn't match implicitly implemented member 'string IEnumNameGenerator.Generate(int index, string? name, object? value, JsonSchema schema)' (possibly because of nullability attributes).
|
Build:
tools/Schema.Generation/Program.cs#L96
Nullability of reference types in type of parameter 'typeNameHint' of 'string ProperCaseTypeNameGenerator.Generate(JsonSchema schema, string typeNameHint, IEnumerable<string> reservedTypeNames)' doesn't match implicitly implemented member 'string ITypeNameGenerator.Generate(JsonSchema schema, string? typeNameHint, IEnumerable<string> reservedTypeNames)' (possibly because of nullability attributes).
|
Build:
sandbox/ConsoleApp/Program.cs#L122
Generic type constraints should be on their own line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1127.md)
|
Build:
sandbox/MicroBenchmark/DefaultBench.cs#L94
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
|
Loading