Supported RESP Commands Info #1303
Annotations
10 warnings
Build Garnet:
playground/CommandInfoUpdater/Options.cs#L14
Non-nullable property 'RespServerHost' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Garnet:
playground/CommandInfoUpdater/Options.cs#L17
Non-nullable property 'OutputPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Garnet:
playground/CommandInfoUpdater/Options.cs#L23
Non-nullable property 'IgnoreCommands' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Garnet:
playground/CommandInfoUpdater/CommandInfoUpdater.cs#L56
Converting null literal or possible null value to non-nullable type.
|
Build Garnet:
playground/CommandInfoUpdater/CommandInfoUpdater.cs#L94
Cannot convert null literal to non-nullable reference type.
|
Build Garnet:
playground/CommandInfoUpdater/SupportedCommand.cs#L256
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Garnet:
playground/CommandInfoUpdater/SupportedCommand.cs#L21
Possible null reference argument for parameter 'source' in 'Dictionary<string, SupportedCommand> Enumerable.ToDictionary<SupportedCommand, string, SupportedCommand>(IEnumerable<SupportedCommand> source, Func<SupportedCommand, string> keySelector, Func<SupportedCommand, SupportedCommand> elementSelector)'.
|
Build Garnet:
playground/CommandInfoUpdater/CommandInfoUpdater.cs#L274
Cannot convert null literal to non-nullable reference type.
|
Build Garnet:
test/Garnet.test/RespCommandTests.cs#L14
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
Build Garnet:
test/Garnet.test/RespCommandTests.cs#L14
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
Loading