Skip to content

chore(deps): bump coverlet.msbuild from 6.0.2 to 6.0.3 #468

chore(deps): bump coverlet.msbuild from 6.0.2 to 6.0.3

chore(deps): bump coverlet.msbuild from 6.0.2 to 6.0.3 #468

Triggered via pull request January 1, 2025 02:37
Status Failure
Total duration 1m 35s
Artifacts

ci.yml

on: pull_request
🛠️ Build and 🧪 Test
1m 27s
🛠️ Build and 🧪 Test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
🛠️ Build and 🧪 Test
Process completed with exit code 1.
🛠️ Build and 🧪 Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🛠️ Build and 🧪 Test: src/DotNetRunner/ProcessExecution.cs#L12
Non-nullable field 'Output' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
🛠️ Build and 🧪 Test: src/DotNetRunner/ProcessExecution.cs#L12
Non-nullable field 'Error' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
🛠️ Build and 🧪 Test: src/Logging/Logger.cs#L134
Possible null reference return.
🛠️ Build and 🧪 Test: src/RerunCommand/RerunCommandConfiguration.cs#L14
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
🛠️ Build and 🧪 Test: src/RerunCommand/RerunCommandConfiguration.cs#L15
Non-nullable property 'Filter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
🛠️ Build and 🧪 Test: src/RerunCommand/RerunCommandConfiguration.cs#L16
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
🛠️ Build and 🧪 Test: src/RerunCommand/RerunCommandConfiguration.cs#L17
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
🛠️ Build and 🧪 Test: src/RerunCommand/RerunCommandConfiguration.cs#L18
Non-nullable property 'ResultsDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
🛠️ Build and 🧪 Test: src/RerunCommand/RerunCommandConfiguration.cs#L26
Non-nullable property 'Collector' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
🛠️ Build and 🧪 Test: src/RerunCommand/RerunCommandConfiguration.cs#L28
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.