新bug #15
Annotations
10 warnings
WndMain.cs#L23
Non-nullable field 'audioFileReader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
WndMain.cs#L23
Non-nullable field 'outputDevice' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
WndMain.cs#L490
Dereference of a possibly null reference.
|
WndMain.cs#L504
Dereference of a possibly null reference.
|
WndMain.cs#L504
Converting null literal or possible null value to non-nullable type.
|
WndMain.cs#L505
Dereference of a possibly null reference.
|
WndMain.cs#L635
Cannot convert null literal to non-nullable reference type.
|
WndMain.cs#L636
Cannot convert null literal to non-nullable reference type.
|
WndMain.cs#L23
Non-nullable field 'audioFileReader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
WndMain.cs#L23
Non-nullable field 'outputDevice' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
This job succeeded
Loading