Skip to content

chore(deps): bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#71) #127

chore(deps): bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#71)

chore(deps): bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#71) #127

Triggered via push November 10, 2023 06:31
Status Success
Total duration 46s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: gplib/Concepts/IToken.cs#L7
Rename virtual/interface member IToken.Alias so that it no longer conflicts with the reserved language keyword 'Alias'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member.
build: gplib/Concepts/ITransition.cs#L4
Avoid empty interfaces
build: gplib/Error/Error.cs#L9
Rename type Error so that it no longer conflicts with the reserved language keyword 'Error'. Using a reserved keyword as the name of a type makes it harder for consumers in other languages to use the type.
build: gplib/Error/Error.cs#L9
Error should define operator(s) '==, !=, <, <=, >, >=' and Equals since it implements IComparable
build: gplib/Concepts/IAbstractSyntaxTree.cs#L4
Avoid empty interfaces
build: gplib/Concepts/IGrammar.cs#L4
Avoid empty interfaces
build: gplib/Concepts/ICodeGenerator.cs#L4
Avoid empty interfaces
build: gplib/Concepts/IProductionRule.cs#L4
Avoid empty interfaces
build: gplib/Concepts/ISemanticAction.cs#L4
Avoid empty interfaces
build: gplib/Concepts/IStateMachine.cs#L7
Avoid empty interfaces