v0.0.3.a #2
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/BindingContextGenerator.cs#L31
Cannot convert null literal to non-nullable reference type.
|
Build:
src/BindingContextGenerator.cs#L31
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Binding.cs#L32
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Binding.cs#L37
Non-nullable field 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Binding.cs#L47
Non-nullable field 'location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Binding.cs#L58
Non-nullable field 'path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Binding.cs#L79
Non-nullable field 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Binding.cs#L84
Non-nullable field 'sourceType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Binding.cs#L89
Non-nullable field 'targetType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Binding.cs#L94
Non-nullable field 'location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading