Skip to content

Improve cache logic to load outdated files (#121) #178

Improve cache logic to load outdated files (#121)

Improve cache logic to load outdated files (#121) #178

Triggered via push October 25, 2025 16:18
Status Success
Total duration 1m 31s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build: SimcProfileParser.Tests/DataSync/CacheServiceTests.cs#L202
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: SimcProfileParser/DataSync/CacheService.cs#L284
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: SimcProfileParser.Tests/DataSync/CacheServiceTests.cs#L202
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: SimcProfileParser/DataSync/CacheService.cs#L284
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.