Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in /src (#160) #158
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🔨 Build:
src/Utility/Components/EpochConverter/EpochConverter.razor#L52
Non-nullable field 'GMT' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
🔨 Build:
src/Utility/Components/EpochConverter/EpochConverter.razor#L53
Non-nullable field 'YourTimeZone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
🔨 Build:
src/Utility/Components/EpochConverter/EpochConverter.razor#L54
Non-nullable field 'Relative' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
🔨 Build:
src/Utility/Components/HCF/HCF.razor#L78
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
🔨 Build:
src/Utility/Components/LuhnChecker/LuhnChecker.razor#L49
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
🔨 Build:
src/Utility/Components/HTMLEncodeDecode/HTMLEncodeDecode.razor#L53
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
🔨 Build:
src/Utility/Components/HTMLEncodeDecode/HTMLEncodeDecode.razor#L48
Non-nullable property 'Decoded' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
🔨 Build:
src/Utility/Components/HTMLEncodeDecode/HTMLEncodeDecode.razor#L51
Non-nullable property 'Encoded' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
🔨 Build:
src/Utility/Components/UrlSplitter/UrlSplitter.razor#L88
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
🔨 Build:
src/Utility/Components/UrlSplitter/UrlSplitter.razor#L91
Non-nullable field 'hostname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading