Update sandbox apps to net8.0 #1805
Annotations
8 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/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/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