This repository has been archived by the owner on May 4, 2024. It is now read-only.
Bump SmartFormat from 3.2.2 to 3.3.0 #15
Annotations
10 warnings
build:
Utils/YamlStringEnumConverter.cs#L33
Nullability of reference types in type of parameter 'value' of 'void YamlStringEnumConverter.WriteYaml(IEmitter emitter, object value, Type type)' doesn't match implicitly implemented member 'void IYamlTypeConverter.WriteYaml(IEmitter emitter, object? value, Type type)' (possibly because of nullability attributes).
|
build:
Models/YouTubeChannel.cs#L30
Dereference of a possibly null reference.
|
build:
Models/YouTubeChannel.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/YouTubeChannel.cs#L8
Non-nullable property 'Channel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/Database.cs#L5
Non-nullable property 'ChannelId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/Config.cs#L184
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/Config.cs#L185
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/Config.cs#L161
Non-nullable property 'WebhookUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/Config.cs#L152
Non-nullable property 'ChannelId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/Config.cs#L153
Non-nullable property 'Output' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|