代码优化+极其有限的内存优化 #16
Annotations
10 warnings
build:
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.
|
build:
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.
|
build:
WndMain.cs#L467
Dereference of a possibly null reference.
|
build:
WndMain.cs#L481
Dereference of a possibly null reference.
|
build:
WndMain.cs#L481
Converting null literal or possible null value to non-nullable type.
|
build:
WndMain.cs#L482
Dereference of a possibly null reference.
|
build:
WndMain.cs#L582
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#L617
Cannot convert null literal to non-nullable reference type.
|
build:
WndMain.cs#L618
Cannot convert null literal to non-nullable reference type.
|
build:
WndMain.cs#L627
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).
|