Skip to content

Handle generic type parameters in method deduplication #105

Handle generic type parameters in method deduplication

Handle generic type parameters in method deduplication #105

Triggered via pull request September 1, 2024 23:08
Status Success
Total duration 37s
Artifacts

action.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
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/
Check Formatting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
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/
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L21
Non-nullable property 'Hello' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L23
Non-nullable property 'OnlyGet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L66
Non-nullable event 'ShapeChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L71
Non-nullable event 'ShapeChanged2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L77
Non-nullable event 'ShapeChangedNullable2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L75
The event 'DemoClass.ShapeChangedNullable' is never used
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L71
The event 'DemoClass.ShapeChanged2' is never used
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L66
The event 'DemoClass.ShapeChanged' is never used
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L77
The event 'DemoClass.ShapeChangedNullable2' is never used
test: AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L21
Non-nullable property 'Hello' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.