chore(deps): remove toml support (#273) #539
dotnet-pipeline.yml
on: push
test
1m 39s
deploy
2m 51s
Matrix: publish_single
Annotations
58 warnings
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test:
src/Weikio.PluginFramework.Microsoft.DependencyInjection/ServiceCollectionExtensions.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
test:
src/CorePluginAPI/Game/World/IPlayerEntity.cs#L14
'IPlayerEntity.Target' hides inherited member 'IEntity.Target'. Use the new keyword if hiding was intended.
|
test:
src/CorePluginAPI/Core/Models/AccountStatusData.cs#L6
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test:
src/CorePluginAPI/Core/Models/SkillData.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test:
src/Core/Core/Networking/Connection.cs#L18
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
test:
src/Libraries/Auth.Server/AuthConnection.cs#L8
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
test:
src/Libraries/Game.Server/GameConnection.cs#L15
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
test:
src/Libraries/Game.Server/Commands/AdvanceCommand.cs#L19
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.
|
test:
src/Libraries/Game.Server/Extensions/GameOptions.cs#L47
Non-nullable property 'Boss' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test:
src/Libraries/Game.Server/Extensions/GameOptions.cs#L48
Non-nullable property 'Normal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish_single (win-x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
publish_single (win-x64):
src/CorePluginAPI/Game/World/IPlayerEntity.cs#L14
'IPlayerEntity.Target' hides inherited member 'IEntity.Target'. Use the new keyword if hiding was intended.
|
publish_single (win-x64):
src/CorePluginAPI/Core/Models/SkillData.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish_single (win-x64):
src/CorePluginAPI/Core/Models/AccountStatusData.cs#L6
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish_single (win-x64):
src/Weikio.PluginFramework.Microsoft.DependencyInjection/ServiceCollectionExtensions.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
publish_single (win-x64):
src/Weikio.PluginFramework.Microsoft.DependencyInjection/ServiceCollectionExtensions.cs#L66
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
publish_single (win-x64):
src/Core/Core/Networking/Connection.cs#L18
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
publish_single (win-x64):
src/Core/QuantumCoreHostBuilder.cs#L18
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
publish_single (win-x64):
src/Libraries/Auth.Server/AuthConnection.cs#L8
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
publish_single (win-x64):
src/Libraries/Game.Server/GameConnection.cs#L15
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
publish_single (win-x64):
src/Libraries/Game.Server/Commands/AdvanceCommand.cs#L19
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.
|
publish_single (linux-musl-x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
publish_single (linux-musl-x64):
src/CorePluginAPI/Game/World/IPlayerEntity.cs#L14
'IPlayerEntity.Target' hides inherited member 'IEntity.Target'. Use the new keyword if hiding was intended.
|
publish_single (linux-musl-x64):
src/CorePluginAPI/Core/Models/AccountStatusData.cs#L6
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish_single (linux-musl-x64):
src/CorePluginAPI/Core/Models/SkillData.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish_single (linux-musl-x64):
src/Weikio.PluginFramework.Microsoft.DependencyInjection/ServiceCollectionExtensions.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
publish_single (linux-musl-x64):
src/Weikio.PluginFramework.Microsoft.DependencyInjection/ServiceCollectionExtensions.cs#L66
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
publish_single (linux-musl-x64):
src/Core/Core/Networking/Connection.cs#L18
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
publish_single (linux-musl-x64):
src/Core/QuantumCoreHostBuilder.cs#L18
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
publish_single (linux-musl-x64):
src/Libraries/Auth.Server/AuthConnection.cs#L8
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
publish_single (linux-musl-x64):
src/Libraries/Game.Server/GameConnection.cs#L15
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
publish_single (linux-musl-x64):
src/Libraries/Game.Server/Commands/AdvanceCommand.cs#L19
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.
|
publish_single (osx-x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
publish_single (osx-x64):
src/Weikio.PluginFramework.Microsoft.DependencyInjection/ServiceCollectionExtensions.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
publish_single (osx-x64):
src/Weikio.PluginFramework.Microsoft.DependencyInjection/ServiceCollectionExtensions.cs#L66
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
publish_single (osx-x64):
src/CorePluginAPI/Game/World/IPlayerEntity.cs#L14
'IPlayerEntity.Target' hides inherited member 'IEntity.Target'. Use the new keyword if hiding was intended.
|
publish_single (osx-x64):
src/CorePluginAPI/Core/Models/SkillData.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish_single (osx-x64):
src/CorePluginAPI/Core/Models/AccountStatusData.cs#L6
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish_single (osx-x64):
src/Core/Core/Networking/Connection.cs#L18
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
publish_single (osx-x64):
src/Core/QuantumCoreHostBuilder.cs#L18
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
publish_single (osx-x64):
src/Libraries/Auth.Server/AuthConnection.cs#L8
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
publish_single (osx-x64):
src/Libraries/Game.Server/GameConnection.cs#L15
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
publish_single (osx-x64):
src/Libraries/Game.Server/Commands/ReloadPermissionsCommand.cs#L47
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish_single (linux-x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
publish_single (linux-x64):
src/CorePluginAPI/Game/World/IPlayerEntity.cs#L14
'IPlayerEntity.Target' hides inherited member 'IEntity.Target'. Use the new keyword if hiding was intended.
|
publish_single (linux-x64):
src/CorePluginAPI/Core/Models/SkillData.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish_single (linux-x64):
src/CorePluginAPI/Core/Models/AccountStatusData.cs#L6
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish_single (linux-x64):
src/Weikio.PluginFramework.Microsoft.DependencyInjection/ServiceCollectionExtensions.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
publish_single (linux-x64):
src/Weikio.PluginFramework.Microsoft.DependencyInjection/ServiceCollectionExtensions.cs#L66
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
publish_single (linux-x64):
src/Core/Core/Networking/Connection.cs#L18
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
publish_single (linux-x64):
src/Core/QuantumCoreHostBuilder.cs#L18
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
publish_single (linux-x64):
src/Libraries/Auth.Server/AuthConnection.cs#L8
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
publish_single (linux-x64):
src/Libraries/Game.Server/GameConnection.cs#L15
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
|
publish_single (linux-x64):
src/Libraries/Game.Server/Commands/AdvanceCommand.cs#L19
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.
|
deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
deploy
Unexpected input(s) 'images', valid inputs are ['add-hosts', 'allow', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
deploy
Unexpected input(s) 'images', valid inputs are ['add-hosts', 'allow', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
QuantumCore Single linux-musl-x64
|
55.8 MB |
|
QuantumCore Single linux-x64
|
55.9 MB |
|
QuantumCore Single osx-x64
|
55.6 MB |
|
QuantumCore Single win-x64
|
56.6 MB |
|