Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Merge remote-tracking branch 'origin/develop' into develop #1163

Merge remote-tracking branch 'origin/develop' into develop

Merge remote-tracking branch 'origin/develop' into develop #1163

Triggered via push July 8, 2023 12:56
Status Success
Total duration 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Source/Backlang.Contracts/TypeSystem/UnitType.cs#L3
'UnitType' defines operator == or operator != but does not override Object.Equals(object o)
build: Source/Backlang.Contracts/TypeSystem/UnitType.cs#L3
'UnitType' defines operator == or operator != but does not override Object.GetHashCode()
build: Source/Backlang.Contracts/Scoping/Scope.cs#L61
Converting null literal or possible null value to non-nullable type.
build: Source/Backlang.Core/Result.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "System.Runtime.Experimental
build: Source/Plugins/Backlang.ResourcePreprocessor.Mif/MifFormat/Miftokenizer.cs#L58
Dereference of a possibly null reference.
build: Source/Plugins/Backlang.ResourcePreprocessor.Mif/MifFormat/MifParser.cs#L147
Converting null literal or possible null value to non-nullable type.
build: Source/Plugins/Backlang.ResourcePreprocessor.Mif/MifFormat/MifParser.cs#L12
Non-nullable field 'tokens' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "System.Runtime.Experimental