Testing Release #1
Annotations
10 warnings
build:
FlyleafLib/MediaPlayer/Subtitles.cs#L465
The 'get' accessor of property 'Subtitle.IsBitmap' should use 'field' because the other accessor is using it.
|
build:
FlyleafLib/MediaPlayer/Subtitles.cs#L462
The 'get' accessor of property 'Subtitle.Codec' should use 'field' because the other accessor is using it.
|
build:
FlyleafLib/MediaPlayer/Subtitles.cs#L459
The 'get' accessor of property 'Subtitle.IsOpened' should use 'field' because the other accessor is using it.
|
build:
FlyleafLib/MediaPlayer/Subtitles.cs#L453
The 'get' accessor of property 'Subtitle.EnabledASR' should use 'field' because the other accessor is using it.
|
build:
FlyleafLib/Engine/TesseractModel.cs#L169
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
FlyleafLib/Engine/WhisperCppModel.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
FlyleafLib/Engine/WhisperLanguage.cs#L7
'WhisperLanguage' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build:
FlyleafLib/Engine/WhisperLanguage.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
WpfColorFontDialog/FontSizeListBoxItemToDoubleConverter.cs#L21
The variable 'ex' is declared but never used
|
build:
WpfColorFontDialog/FontSizeListBoxItemToDoubleConverter.cs#L21
The variable 'ex' is declared but never used
|