Skip to content

Revert "Update LICENSE" #116

Revert "Update LICENSE"

Revert "Update LICENSE" #116

Triggered via push March 5, 2024 16:23
Status Failure
Total duration 1m 7s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
test: kscr-build/ModuleInfo.cs#L143
'WildcardVersion' does not contain a definition for 'Wildcard'
test
Process completed with exit code 1.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, sudosubin/[email protected], 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
The following actions uses node12 which is deprecated and will be forced to run on node16: sudosubin/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
warning(125): KScrParser.g4:76:37: implicit definition of token EXTENDS in parser
test
'Log.Root' is obsolete
test
'Log.Root' is obsolete
test
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
test: kscr-core/Bytecode/Method.cs#L15
'IMethod.ReturnType' hides inherited member 'IClassMember.ReturnType'. Use the new keyword if hiding was intended.
test: kscr-core/Bytecode/Method.cs#L50
Nullability of reference types in type of parameter 'value' of 'void DummyMethod.CatchFinally.set' doesn't match implicitly implemented member 'void IClassMember.CatchFinally.set' (possibly because of nullability attributes).
test: kscr-core/Std/Class.cs#L120
Nullability of reference types in return type of 'Class? Class.Parent.get' doesn't match implicitly implemented member 'Class IClassMember.Parent.get' (possibly because of nullability attributes).
test: kscr-core/Std/Class.cs#L122
Nullability of reference types in type of parameter 'value' of 'void Class.CatchFinally.set' doesn't match implicitly implemented member 'void IClassMember.CatchFinally.set' (possibly because of nullability attributes).
test: kscr-core/Std/Class.cs#L543
Nullability of reference types in type of parameter 'value' of 'void Instance.CatchFinally.set' doesn't match implicitly implemented member 'void IClassMember.CatchFinally.set' (possibly because of nullability attributes).
test: kscr-core/RuntimeBase.cs#L56
Non-nullable property 'ExtraArgs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.