fixed bug lengthSeparationline when has group ref issue #68 #291
Annotations
10 warnings
Template/PromptPlusTemplate/Program.cs#L58
The variable 'ex' is declared but never used
|
Samples/MultiSelectUserScopeSamples/Program.cs#L33
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Samples/MultiSelectUserScopeSamples/Program.cs#L34
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Samples/MultiSelectUserTypeSamples/Program.cs#L14
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Samples/MultiSelectUserTypeSamples/Program.cs#L15
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Samples/SelectUserScopeSamples/Program.cs#L33
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Samples/SelectUserScopeSamples/Program.cs#L34
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Samples/SelectUserTypeSamples/Program.cs#L14
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Samples/SelectUserTypeSamples/Program.cs#L15
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
UnitTests/Controls/PaginatorTest.cs#L203
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading