0.5.1-beta #3
Triggered via release
May 31, 2025 21:27
ThomasVestergaard
published
0.5.1-beta
Status
Success
Total duration
29s
Artifacts
–
Annotations
10 warnings
|
build:
src/RemoteEntity.Tests/EntityHiveTests.cs#L38
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:
src/RemoteEntity.Tests/StatsSinkManagerTests.cs#L25
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:
src/RemoteEntity.Tests/EntityHiveTests.cs#L31
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:
src/RemoteEntity.StatsSink.ElasticSearch/ElasticSearchStatsSink.cs#L17
Non-nullable field 'flushTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
src/RemoteEntity.StatsSink.ElasticSearch/ElasticsearchStatEntry.cs#L8
Non-nullable property 'StatKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/RemoteEntity.StatsSink.ElasticSearch/ElasticsearchStatEntry.cs#L6
Non-nullable property 'StatTypeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/RemoteEntity.StatsSink.ElasticSearch/ElasticsearchStatEntry.cs#L5
Non-nullable property 'AssemblyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/RemoteEntity.StatsSink.Console/ConsoleStatsSink.cs#L10
Non-nullable field 'flushTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
src/RemoteEntity/EntityHive.cs#L135
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:
src/RemoteEntity/Stats/StatEntry.cs#L6
Non-nullable property 'StatKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|