Skip to content

Change members to properties for XAML binding. Fix a few parser bugs. #7

Change members to properties for XAML binding. Fix a few parser bugs.

Change members to properties for XAML binding. Fix a few parser bugs. #7

Triggered via push July 2, 2024 18:55
Status Failure
Total duration 3m 3s
Artifacts

ci.yml

on: push
etwlib_Unit_Tests
2m 48s
etwlib_Unit_Tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
etwlib_Unit_Tests
Process completed with exit code 1.
etwlib_Unit_Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/checkout@v2, microsoft/setup-msbuild@v1, nuget/setup-nuget@v1, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: ParsedEtwManifestEvent.cs#L33
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider 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 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 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 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.
etwlib_Unit_Tests: ParsedEtwManifestEvent.cs#L93
Converting null literal or possible null value to non-nullable type.
etwlib_Unit_Tests: ParsedEtwManifestEvent.cs#L93
Converting null literal or possible null value to non-nullable type.
etwlib_Unit_Tests: ParsedEtwManifestField.cs#L28
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
etwlib_Unit_Tests: ParsedEtwManifestField.cs#L28
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.