CosmosDB Outbox sample #7087
validate-pull-requests.yml
on: pull_request
Content verification
45s
Integrity tests
35s
Build samples & snippets
2m 14s
Annotations
6 errors and 1 warning
VerifyProjectsDontHaveExtraNugetConfigs:
tests/IntegrityTests/OnlyOneNugetConfig.cs#L14
Projects in this repo should not have their own nuget.config entries, they use the one at the repo root. The DocsEngine inserts the nuget.config file into generated zip downloads:
> /home/runner/work/docs.particular.net/docs.particular.net/samples/outbox/cosmosdb/Core_9/nuget.config
|
Integrity tests
Process completed with exit code 1.
|
Build samples & snippets:
samples/outbox/cosmosdb/Core_9/Sample/MyHandler.cs#L8
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 samples & snippets:
samples/outbox/cosmosdb/Core_9/Sample/MyHandler.cs#L8
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 samples & snippets
Build failed: D:\a\docs.particular.net\docs.particular.net\samples\outbox\cosmosdb\Core_9\CosmosDbOutbox.sln
|
Build samples & snippets
Process completed with exit code 1.
|
Content verification
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v4.0.2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|