更新窗口布局,libncmdump更新,但是带有更多问题 #17
Annotations
10 warnings
build:
WndMain.cs#L24
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#L24
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#L489
Dereference of a possibly null reference.
|
build:
WndMain.cs#L503
Dereference of a possibly null reference.
|
build:
WndMain.cs#L503
Converting null literal or possible null value to non-nullable type.
|
build:
WndMain.cs#L504
Dereference of a possibly null reference.
|
build:
WndMain.cs#L604
Nullability of reference types in type of parameter 'sender' of 'void WndMain.timerTrackBar_Tick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
build:
WndMain.cs#L639
Cannot convert null literal to non-nullable reference type.
|
build:
WndMain.cs#L640
Cannot convert null literal to non-nullable reference type.
|
build:
WndMain.cs#L649
Nullability of reference types in type of parameter 'sender' of 'void WndMain.timerTrackBar_Tick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|