chore: make way for copilot solution #5486
test.yml
on: push
Run Admin UI Checks
32s
Run Admin UI Flutter Checks
1m 13s
Check Formatting
1m 43s
Run Unit Tests
2m 7s
Run Integration Tests (on SQL Server)
8m 39s
Run Integration Tests (on Postgres)
8m 4s
Run transport Tests (on SQL Server)
7m 56s
Run transport Tests (on Postgres)
7m 12s
Build Helm Chart
11s
Build Consumer API Container Image
1m 34s
Build Event Handler Service Container Image
1m 26s
Build Database Migrator Container Image
1m 18s
Build Database Migrator Container Image
1m 24s
Build Admin UI Container Image
2m 31s
Build Admin CLI Container Image
41s
Build Files Sanity Check Container Image
46s
Annotations
2 errors and 15 warnings
Run Admin UI Checks
Process completed with exit code 1.
|
Check Formatting
Process completed with exit code 2.
|
|
Check Formatting:
performance-tests/Identity.Pool.Creator/Tools/ProgressBar.cs#L68
use 'var' instead of explicit type
|
Check Formatting:
performance-tests/Identity.Pool.Creator/Tools/ProgressBar.cs#L69
use 'var' instead of explicit type
|
Check Formatting:
performance-tests/Identity.Pool.Creator/Tools/ProgressBar.cs#L80
Substring can be simplified
|
Check Formatting:
performance-tests/Identity.Pool.Creator/MainCommand.cs#L44
Unnecessary assignment of a value to 'generator'
|
Run Unit Tests:
performance-tests/Identity.Pool.Creator/GraphPoolsGenerator/GraphPoolsGenerator.cs#L39
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.
|
Run Unit Tests:
performance-tests/Identity.Pool.Creator/PoolsFile/PoolFileRoot.cs#L5
Non-nullable property 'Pools' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run Unit Tests:
performance-tests/Identity.Pool.Creator/PoolsFile/PoolFileRoot.cs#L6
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run Unit Tests:
performance-tests/Identity.Pool.Creator/PoolsFile/PoolEntry.cs#L6
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run Unit Tests:
performance-tests/Identity.Pool.Creator/PoolsFile/PoolEntry.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run Unit Tests:
performance-tests/Identity.Pool.Creator/PoolsFile/PoolEntry.cs#L8
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run Unit Tests:
performance-tests/Identity.Pool.Creator/PoolsGenerator/PoolsGenerator.cs#L46
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.
|
Run Unit Tests:
performance-tests/Identity.Pool.Creator/PoolsGenerator/PoolsGenerator.cs#L138
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.
|
Run Unit Tests:
performance-tests/Identity.Pool.Creator/GraphPoolsGenerator/GraphPoolsGenerator.cs#L39
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.
|
Run Unit Tests:
performance-tests/Identity.Pool.Creator/PoolsFile/PoolFileRoot.cs#L5
Non-nullable property 'Pools' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|