(RSRP-499137) Code cleanup #19
Annotations
17 warnings
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/
|
|
|
|
|
|
|
|
|
src/Refasmer/Filters/AllowPublic.cs#L6
Parameter 'bool omitNonApiMembers' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
src/Refasmer/Filters/AllowPublicAndInternals.cs#L6
Parameter 'bool omitNonApiMembers' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
src/Refasmer/Filters/AllowPublicAndInternals.cs#L6
Parameter 'bool omitNonApiMembers' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
src/Refasmer/Filters/AllowPublic.cs#L6
Parameter 'bool omitNonApiMembers' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
tests/RefasmerTestAssembly/BlittableStructWithPrivateFields.cs#L6
The field 'BlittableStructWithPrivateFields.y' is never used
|
tests/RefasmerTestAssembly/NonBlittableStructWithPrivateFields.cs#L6
The field 'NonBlittableStructWithPrivateFields.y' is never used
|
|
|
The logs for this run have expired and are no longer available.
Loading