Improve connection dialog tab desgin #71
Annotations
40 warnings
test:
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L281
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:
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L276
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:
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L271
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:
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L266
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:
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L153
Possible null reference assignment.
|
test:
Aion.Core/Database/DatabaseModel.cs#L5
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:
Aion.Core/Extensions/JsonExtensions.cs#L12
Possible null reference argument for parameter 'dict' in 'string JsonExtensions.ParseNestedJson(Dictionary<string, string> dict)'.
|
test:
Aion.Core/Connections/ConnectionModel.cs#L9
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test:
Aion.Core/Connections/ConnectionModel.cs#L8
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:
Aion.Core/Database/PostgreSQL/PostgreSqlProvider.cs#L14
Nullability of reference types in return type of 'Task<List<string>> PostgreSqlProvider.GetDatabasesAsync(string connectionString)' doesn't match implicitly implemented member 'Task<List<string>?> IDatabaseProvider.GetDatabasesAsync(string connectionString)'.
|
publish (macos-latest):
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L281
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 (macos-latest):
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L276
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 (macos-latest):
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L271
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 (macos-latest):
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L266
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 (macos-latest):
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L153
Possible null reference assignment.
|
publish (macos-latest):
Aion.Core/Database/DatabaseModel.cs#L5
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 (macos-latest):
Aion.Core/Extensions/JsonExtensions.cs#L12
Possible null reference argument for parameter 'dict' in 'string JsonExtensions.ParseNestedJson(Dictionary<string, string> dict)'.
|
publish (macos-latest):
Aion.Core/Connections/ConnectionModel.cs#L9
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (macos-latest):
Aion.Core/Connections/ConnectionModel.cs#L8
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 (macos-latest):
Aion.Core/Database/PostgreSQL/PostgreSqlProvider.cs#L14
Nullability of reference types in return type of 'Task<List<string>> PostgreSqlProvider.GetDatabasesAsync(string connectionString)' doesn't match implicitly implemented member 'Task<List<string>?> IDatabaseProvider.GetDatabasesAsync(string connectionString)'.
|
publish (ubuntu-latest):
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L281
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 (ubuntu-latest):
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L276
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 (ubuntu-latest):
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L271
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 (ubuntu-latest):
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L266
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 (ubuntu-latest):
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L153
Possible null reference assignment.
|
publish (ubuntu-latest):
Aion.Core/Database/DatabaseModel.cs#L5
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 (ubuntu-latest):
Aion.Core/Extensions/JsonExtensions.cs#L12
Possible null reference argument for parameter 'dict' in 'string JsonExtensions.ParseNestedJson(Dictionary<string, string> dict)'.
|
publish (ubuntu-latest):
Aion.Core/Connections/ConnectionModel.cs#L9
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (ubuntu-latest):
Aion.Core/Connections/ConnectionModel.cs#L8
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 (ubuntu-latest):
Aion.Core/Database/PostgreSQL/PostgreSqlProvider.cs#L14
Nullability of reference types in return type of 'Task<List<string>> PostgreSqlProvider.GetDatabasesAsync(string connectionString)' doesn't match implicitly implemented member 'Task<List<string>?> IDatabaseProvider.GetDatabasesAsync(string connectionString)'.
|
publish (windows-latest):
Aion.Core/Database/MySql/MySqlProvider.cs#L249
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 (windows-latest):
Aion.Core/Database/MySql/MySqlProvider.cs#L244
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 (windows-latest):
Aion.Core/Database/MySql/MySqlProvider.cs#L239
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 (windows-latest):
Aion.Core/Database/SqlServer/SqlServerProvider.cs#L153
Possible null reference assignment.
|
publish (windows-latest):
Aion.Core/Database/MySql/MySqlProvider.cs#L112
Possible null reference assignment.
|
publish (windows-latest):
Aion.Core/Database/DatabaseModel.cs#L5
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 (windows-latest):
Aion.Core/Extensions/JsonExtensions.cs#L12
Possible null reference argument for parameter 'dict' in 'string JsonExtensions.ParseNestedJson(Dictionary<string, string> dict)'.
|
publish (windows-latest):
Aion.Core/Connections/ConnectionModel.cs#L9
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (windows-latest):
Aion.Core/Connections/ConnectionModel.cs#L8
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 (windows-latest):
Aion.Core/Database/PostgreSQL/PostgreSqlProvider.cs#L14
Nullability of reference types in return type of 'Task<List<string>> PostgreSqlProvider.GetDatabasesAsync(string connectionString)' doesn't match implicitly implemented member 'Task<List<string>?> IDatabaseProvider.GetDatabasesAsync(string connectionString)'.
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
aion-Linux-0.0.71
Expired
|
141 MB |
sha256:f8e8bcaa9a17c3397b2a424fffb6ea8bd1cfee235d2adc2c1d2affc9d1e2d70f
|
|
aion-Windows-0.0.71
Expired
|
223 MB |
sha256:3777a5653828dda35d038b47c29fb1745dc10d87b9f45dfade399aee004db801
|
|
aion-macOS-0.0.71
Expired
|
218 MB |
sha256:8fac67540618f8e8048bcf492bd596f33976dcc99adf2b58d9e4c60b392e53e1
|
|