Skip to content

Updated MIT and Credits "This code was based on work" #251

Updated MIT and Credits "This code was based on work"

Updated MIT and Credits "This code was based on work" #251

Triggered via push August 7, 2023 18:06
Status Success
Total duration 2m 4s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Samples/SelectUserTypeSamples/Program.cs#L9
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Samples/SelectUserTypeSamples/Program.cs#L10
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Samples/SelectUserScopeSamples/Program.cs#L28
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Samples/SelectUserScopeSamples/Program.cs#L29
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Samples/MultiSelectUserTypeSamples/Program.cs#L9
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Samples/MultiSelectUserTypeSamples/Program.cs#L10
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Samples/MultiSelectUserScopeSamples/Program.cs#L28
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Samples/MultiSelectUserScopeSamples/Program.cs#L29
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: UnitTests/Controls/MaskedBufferCurrencyTests.cs#L15
Cannot convert null literal to non-nullable reference type.
build: UnitTests/Controls/MaskedBufferCurrencyTests.cs#L30
Cannot convert null literal to non-nullable reference type.