Improve vhf and vhr folder selection messages #79
Annotations
9 warnings
build (Debug)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (Debug):
src/Vocup.WinForms/Controls/ResponsiveButton.cs#L50
Converting null literal or possible null value to non-nullable type.
|
build (Debug):
tests/Vocup.UnitTests/SettingsTests.cs#L18
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build (Release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (Release):
src/Vocup.WinForms/Controls/ResponsiveButton.cs#L50
Converting null literal or possible null value to non-nullable type.
|
build (Release):
src/Vocup.WinForms/Controls/ResponsiveButton.cs#L50
Converting null literal or possible null value to non-nullable type.
|
build (Release):
src/Vocup.WinForms/Controls/ResponsiveButton.cs#L50
Converting null literal or possible null value to non-nullable type.
|
build (Release):
src/Vocup.WinForms/Controls/ResponsiveButton.cs#L50
Converting null literal or possible null value to non-nullable type.
|
build (Release):
tests/Vocup.UnitTests/SettingsTests.cs#L18
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|