Skip to content

Rework to incremental source generator #20

Rework to incremental source generator

Rework to incremental source generator #20

Triggered via pull request January 30, 2024 11:36
Status Failure
Total duration 43s
Artifacts

action.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
Check Formatting
Process completed with exit code 1.
Check Formatting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check Formatting
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/
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L20
Non-nullable property 'Hello' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L22
Non-nullable property 'OnlyGet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L59
Non-nullable event 'ShapeChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L64
Non-nullable event 'ShapeChanged2' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L68
The event 'DemoClass.ShapeChangedNullable' is never used
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L64
The event 'DemoClass.ShapeChanged2' is never used
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L59
The event 'DemoClass.ShapeChanged' is never used
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L20
Non-nullable property 'Hello' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L22
Non-nullable property 'OnlyGet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L59
Non-nullable event 'ShapeChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.