Skip to content

Bump MSTest.TestAdapter from 3.1.1 to 3.3.1 #68

Bump MSTest.TestAdapter from 3.1.1 to 3.3.1

Bump MSTest.TestAdapter from 3.1.1 to 3.3.1 #68

Triggered via push April 4, 2024 14:52
Status Failure
Total duration 1m 45s
Artifacts
generate_version_number
6s
generate_version_number
release_github
0s
release_github
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build_docker
Username and password required
build_windows
Process completed with exit code 1.
build_linux: DeveLanCacheUI_SteamDepotFinder/Steam/SteamApiData.cs#L16
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_linux: DeveLanCacheUI_SteamDepotFinder/TokenStore.cs#L5
Non-nullable property 'AccountName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_linux: DeveLanCacheUI_SteamDepotFinder/TokenStore.cs#L6
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_linux: DeveLanCacheUI_SteamDepotFinder/Steam/SteamApiData.cs#L10
Non-nullable property 'apps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_linux: DeveLanCacheUI_SteamDepotFinder/Steam/SteamApiData.cs#L5
Non-nullable property 'applist' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_linux: DeveLanCacheUI_SteamDepotFinder/Steam/SteamApi.cs#L43
Possible null reference return.
build_linux: DeveLanCacheUI_SteamDepotFinder/Steam/SteamApi.cs#L59
Possible null reference return.
build_linux: DeveLanCacheUI_SteamDepotFinder/QrCodeDingLogin.cs#L137
Dereference of a possibly null reference.
build_linux: DeveLanCacheUI_SteamDepotFinder/QrCodeDingLogin.cs#L209
Dereference of a possibly null reference.
build_linux: DeveLanCacheUI_SteamDepotFinder/QrCodeDingLogin.cs#L193
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.