Feat/e2e stability #14
Merged
Annotations
1 error and 10 warnings
|
|
|
Abies/Html/Attributes.cs#L295
Possible null reference argument for parameter 'Id' in 'Attribute.Attribute(string Id, string Name, string Value)'.
|
|
Abies/Html/Elements.cs#L185
Dereference of a possibly null reference.
|
|
Abies/Html/Events.cs#L264
Possible null reference argument for parameter 'Id' in 'Handler.Handler(string Name, string CommandId, Message? Command, string Id, Func<object?, Message>? WithData = null, Type? DataType = null)'.
|
|
Abies/Url.cs#L75
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Abies/Url.cs#L75
Non-nullable property 'Scheme' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Abies/Url.cs#L97
Cannot convert null literal to non-nullable reference type.
|
|
Abies/Url.cs#L96
Cannot convert null literal to non-nullable reference type.
|
|
Abies/Html/Events.cs#L261
Possible null reference argument for parameter 'Id' in 'Handler.Handler(string Name, string CommandId, Message? Command, string Id, Func<object?, Message>? WithData = null, Type? DataType = null)'.
|
|
Abies/Html/Elements.cs#L100
Dereference of a possibly null reference.
|
|
|
The logs for this run have expired and are no longer available.
Loading