播放区加入更多按钮 #14
Annotations
10 warnings
build:
WndMain.cs#L15
Non-nullable field 'audioFileReader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
WndMain.cs#L15
Non-nullable field 'outputDevice' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
WndMain.cs#L482
Dereference of a possibly null reference.
|
build:
WndMain.cs#L496
Dereference of a possibly null reference.
|
build:
WndMain.cs#L496
Converting null literal or possible null value to non-nullable type.
|
build:
WndMain.cs#L497
Dereference of a possibly null reference.
|
build:
WndMain.cs#L623
Cannot convert null literal to non-nullable reference type.
|
build:
WndMain.cs#L624
Cannot convert null literal to non-nullable reference type.
|
build:
WndMain.cs#L15
Non-nullable field 'audioFileReader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
WndMain.cs#L15
Non-nullable field 'outputDevice' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|