Skip to content

Merge branch 'dev' of github.com:cgcel/NanoRabbit into dev #233

Merge branch 'dev' of github.com:cgcel/NanoRabbit into dev

Merge branch 'dev' of github.com:cgcel/NanoRabbit into dev #233

Triggered via push September 13, 2024 09:14
Status Success
Total duration 42s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
build (ubuntu-latest, net6.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (ubuntu-latest, net6.0): Example/Example.TLSConnection/Program.cs#L26
'SslProtocols.Ssl2' is obsolete: 'SslProtocols.Ssl2 has been deprecated and is not supported.'
build (ubuntu-latest, net6.0): Example/Exmaple.ServiceInConsumer/Program.cs#L16
Dereference of a possibly null reference.
build (ubuntu-latest, net6.0): Example/Exmaple.ServiceInConsumer/SettingModel.cs#L12
Non-nullable property 'DbConnStr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, net6.0): Example/Exmaple.ServiceInConsumer/SettingModel.cs#L7
Non-nullable property 'RedisConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, net6.0): Example/Exmaple.TaskInMessageHandler/SettingModel.cs#L7
Non-nullable property 'RedisConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, net6.0): Example/Exmaple.TaskInMessageHandler/SettingModel.cs#L12
Non-nullable property 'DbConnStr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, net6.0): Example/Exmaple.TaskInMessageHandler/Program.cs#L71
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 (ubuntu-latest, net6.0): Example/Exmaple.TaskInMessageHandler/Program.cs#L14
Dereference of a possibly null reference.
build (ubuntu-latest, net6.0): Example/Example.TLSConnection/Program.cs#L26
'SslProtocols.Ssl2' is obsolete: 'SslProtocols.Ssl2 has been deprecated and is not supported.'
build (ubuntu-latest, net6.0): Example/Exmaple.ServiceInConsumer/Program.cs#L16
Dereference of a possibly null reference.
build (ubuntu-latest, net8.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (ubuntu-latest, net8.0): Example/Example.TLSConnection/Program.cs#L26
'SslProtocols.Ssl2' is obsolete: 'SslProtocols.Ssl2 has been deprecated and is not supported.'
build (ubuntu-latest, net8.0): Example/Exmaple.ServiceInConsumer/SettingModel.cs#L12
Non-nullable property 'DbConnStr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, net8.0): Example/Exmaple.ServiceInConsumer/Program.cs#L16
Dereference of a possibly null reference.
build (ubuntu-latest, net8.0): Example/Exmaple.ServiceInConsumer/SettingModel.cs#L7
Non-nullable property 'RedisConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, net8.0): Example/Exmaple.TaskInMessageHandler/SettingModel.cs#L7
Non-nullable property 'RedisConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, net8.0): Example/Exmaple.TaskInMessageHandler/SettingModel.cs#L12
Non-nullable property 'DbConnStr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, net8.0): Example/Exmaple.TaskInMessageHandler/Program.cs#L14
Dereference of a possibly null reference.
build (ubuntu-latest, net8.0): Example/Exmaple.TaskInMessageHandler/Program.cs#L71
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 (ubuntu-latest, net8.0): Example/Example.TLSConnection/Program.cs#L26
'SslProtocols.Ssl2' is obsolete: 'SslProtocols.Ssl2 has been deprecated and is not supported.'
build (ubuntu-latest, net8.0): Example/Exmaple.ServiceInConsumer/SettingModel.cs#L12
Non-nullable property 'DbConnStr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, net7.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (ubuntu-latest, net7.0): Example/Example.TLSConnection/Program.cs#L26
'SslProtocols.Ssl2' is obsolete: 'SslProtocols.Ssl2 has been deprecated and is not supported.'
build (ubuntu-latest, net7.0): Example/Exmaple.ServiceInConsumer/Program.cs#L16
Dereference of a possibly null reference.
build (ubuntu-latest, net7.0): Example/Exmaple.ServiceInConsumer/SettingModel.cs#L7
Non-nullable property 'RedisConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, net7.0): Example/Exmaple.ServiceInConsumer/SettingModel.cs#L12
Non-nullable property 'DbConnStr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, net7.0): Example/Exmaple.TaskInMessageHandler/Program.cs#L71
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 (ubuntu-latest, net7.0): Example/Exmaple.TaskInMessageHandler/Program.cs#L14
Dereference of a possibly null reference.
build (ubuntu-latest, net7.0): Example/Exmaple.TaskInMessageHandler/SettingModel.cs#L7
Non-nullable property 'RedisConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, net7.0): Example/Exmaple.TaskInMessageHandler/SettingModel.cs#L12
Non-nullable property 'DbConnStr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest, net7.0): Example/Example.TLSConnection/Program.cs#L26
'SslProtocols.Ssl2' is obsolete: 'SslProtocols.Ssl2 has been deprecated and is not supported.'
build (ubuntu-latest, net7.0): Example/Exmaple.ServiceInConsumer/Program.cs#L16
Dereference of a possibly null reference.