Skip to content

Bump MSTest.TestAdapter from 3.1.1 to 3.2.1 #61

Bump MSTest.TestAdapter from 3.1.1 to 3.2.1

Bump MSTest.TestAdapter from 3.1.1 to 3.2.1 #61

Triggered via push February 14, 2024 14:36
Status Failure
Total duration 1m 30s
Artifacts
generate_version_number
2s
generate_version_number
build_docker
7s
build_docker
build_linux
23s
build_linux
build_windows
1m 9s
build_windows
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/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/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#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.