Transition deployment to Linux in createrelease.yml #28
pullrequest.yml
on: pull_request
Build and Test Pull Requests
52s
Annotations
22 warnings
|
Build and Test Pull Requests
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test Pull Requests
Non-nullable property 'LogLevel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test Pull Requests
Non-nullable field 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build and Test Pull Requests
Dereference of a possibly null reference.
|
|
Build and Test Pull Requests
Possible null reference argument for parameter 'basePath' in 'IConfigurationBuilder FileConfigurationExtensions.SetBasePath(IConfigurationBuilder builder, string basePath)'.
|
|
Build and Test Pull Requests
Converting null literal or possible null value to non-nullable type.
|
|
Build and Test Pull Requests
'ConfigureExtensions.AddNLog(ILoggerFactory)' is obsolete: 'Instead use ILoggingBuilder.AddNLog() or IHostBuilder.UseNLog()'
|
|
Build and Test Pull Requests
'ConfigureExtensions.ConfigureNLog(ILoggerFactory, string)' is obsolete: 'Instead use NLog.LogManager.Setup().LoadConfigurationFromFile()'
|
|
Build and Test Pull Requests
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 and Test Pull Requests
The variable 'kex' is declared but never used
|
|
Build and Test Pull Requests:
MobileConfiguration/Database/ConfigurationReaderConnectionStringRepository.cs#L23
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 and Test Pull Requests:
MobileConfiguration/Database/ConfigurationReaderConnectionStringRepository.cs#L15
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 and Test Pull Requests:
MobileConfiguration/Database/ConfigurationContext.cs#L20
Non-nullable field 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build and Test Pull Requests:
MobileConfiguration/Program.cs#L109
Dereference of a possibly null reference.
|
|
Build and Test Pull Requests:
MobileConfiguration/Program.cs#L29
Possible null reference argument for parameter 'basePath' in 'IConfigurationBuilder FileConfigurationExtensions.SetBasePath(IConfigurationBuilder builder, string basePath)'.
|
|
Build and Test Pull Requests:
MobileConfiguration/Program.cs#L28
Converting null literal or possible null value to non-nullable type.
|
|
Build and Test Pull Requests:
MobileConfiguration/Program.cs#L86
'ConfigureExtensions.AddNLog(ILoggerFactory)' is obsolete: 'Instead use ILoggingBuilder.AddNLog() or IHostBuilder.UseNLog()'
|
|
Build and Test Pull Requests:
MobileConfiguration/Program.cs#L85
'ConfigureExtensions.ConfigureNLog(ILoggerFactory, string)' is obsolete: 'Instead use NLog.LogManager.Setup().LoadConfigurationFromFile()'
|
|
Build and Test Pull Requests:
MobileConfiguration/Program.cs#L137
The variable 'kex' is declared but never used
|
|
Build and Test Pull Requests:
MobileConfiguration/Controllers/TransactionMobileLoggingController.cs#L14
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 and Test Pull Requests
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build and Test Pull Requests
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|