Fix type of Level argument; improvements to RT and File trace stoppin… #8
Annotations
1 error and 12 warnings
etwlib_Unit_Tests
Process completed with exit code 1.
|
etwlib_Unit_Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
etwlib_Unit_Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/checkout@v2, microsoft/setup-msbuild@v1, nuget/setup-nuget@v1, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
etwlib_Unit_Tests:
EnabledProvider.cs#L133
Converting null literal or possible null value to non-nullable type.
|
etwlib_Unit_Tests:
EnabledProvider.cs#L133
Converting null literal or possible null value to non-nullable type.
|
etwlib_Unit_Tests:
EnabledProvider.cs#L140
Converting null literal or possible null value to non-nullable type.
|
etwlib_Unit_Tests:
EnabledProvider.cs#L140
Converting null literal or possible null value to non-nullable type.
|
etwlib_Unit_Tests:
ParsedEtwManifestEvent.cs#L33
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
etwlib_Unit_Tests:
ParsedEtwManifestEvent.cs#L33
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
etwlib_Unit_Tests:
ParsedEtwManifestEvent.cs#L33
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
etwlib_Unit_Tests:
ParsedEtwManifestEvent.cs#L33
Non-nullable property 'Task' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
etwlib_Unit_Tests:
ParsedEtwManifestEvent.cs#L86
Converting null literal or possible null value to non-nullable type.
|
etwlib_Unit_Tests:
ParsedEtwManifestEvent.cs#L86
Converting null literal or possible null value to non-nullable type.
|