Publish Umami.NET #14
Annotations
9 warnings
publish:
Umami.Net.Test/MessageHandlers/EchoedRequest.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
Umami.Net.Test/MessageHandlers/EchoedRequest.cs#L8
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
Umami.Net.Test/MessageHandlers/EchoMockHandler.cs#L18
Dereference of a possibly null reference.
|
publish:
Umami.Net.Test/MessageHandlers/EchoMockHandler.cs#L33
Dereference of a possibly null reference.
|
publish:
Umami.Net.Test/UmamiBackgroundSenderTests.cs#L43
Dereference of a possibly null reference.
|
publish:
Umami.Net.Test/UmamiBackgroundSenderTests.cs#L90
Dereference of a possibly null reference.
|
publish:
Umami.Net.Test/UmamiBackgroundSenderTests.cs#L93
Possible null reference argument for parameter 'source' in 'KeyValuePair<string, object> Enumerable.First<KeyValuePair<string, object>>(IEnumerable<KeyValuePair<string, object>> source)'.
|
publish:
Umami.Net.Test/UmamiBackgroundSenderTests.cs#L142
Dereference of a possibly null reference.
|
publish:
Umami.Net.Test/UmamiBackgroundSenderTests.cs#L145
Possible null reference argument for parameter 'source' in 'KeyValuePair<string, object> Enumerable.First<KeyValuePair<string, object>>(IEnumerable<KeyValuePair<string, object>> source)'.
|