Skip to content

Hasher would not recognize internal references if it encounters the reference before the target node #273

Hasher would not recognize internal references if it encounters the reference before the target node

Hasher would not recognize internal references if it encounters the reference before the target node #273

Triggered via pull request May 12, 2025 11:04
Status Success
Total duration 1m 19s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: src/LionWeb.Core/Core/M3/LanguageBase.cs#L705
Nullability of reference types in type of parameter 'type' of 'bool PropertyBase<TLanguage>.TryGetType(out Datatype? type)' doesn't match implicitly implemented member 'bool Property.TryGetType(out Datatype? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/LanguageBase.cs#L635
Nullability of reference types in type of parameter 'type' of 'bool LinkBase<TLanguage>.TryGetType(out Classifier? type)' doesn't match implicitly implemented member 'bool Link.TryGetType(out Classifier? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/DynamicTypes.cs#L1098
Nullability of reference types in type of parameter 'version' of 'bool DynamicLanguage.TryGetVersion(out string? version)' doesn't match implicitly implemented member 'bool Language.TryGetVersion(out string? version)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/DynamicTypes.cs#L1029
Nullability of reference types in type of parameter 'type' of 'bool DynamicField.TryGetType(out Datatype? type)' doesn't match implicitly implemented member 'bool Field.TryGetType(out Datatype? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/LanguageBase.cs#L613
Nullability of reference types in type of parameter 'type' of 'bool LinkBase<TLanguage>.TryGetType(out Classifier? type)' doesn't match implicitly implemented member 'bool Link.TryGetType(out Classifier? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/LanguageBase.cs#L605
Nullability of reference types in type of parameter 'type' of 'bool LinkBase<TLanguage>.TryGetType(out Classifier? type)' doesn't match implicitly implemented member 'bool Link.TryGetType(out Classifier? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/DynamicTypes.cs#L336
Nullability of reference types in type of parameter 'type' of 'bool DynamicLink.TryGetType(out Classifier? type)' doesn't match implicitly implemented member 'bool Link.TryGetType(out Classifier? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/DynamicTypes.cs#L344
Nullability of reference types in type of parameter 'type' of 'bool DynamicLink.TryGetType(out Classifier? type)' doesn't match implicitly implemented member 'bool Link.TryGetType(out Classifier? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/DynamicTypes.cs#L267
Nullability of reference types in type of parameter 'type' of 'bool DynamicLink.TryGetType(out Classifier? type)' doesn't match implicitly implemented member 'bool Link.TryGetType(out Classifier? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/DynamicTypes.cs#L197
Nullability of reference types in type of parameter 'type' of 'bool DynamicProperty.TryGetType(out Datatype? type)' doesn't match implicitly implemented member 'bool Property.TryGetType(out Datatype? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/LanguageBase.cs#L635
Nullability of reference types in type of parameter 'type' of 'bool LinkBase<TLanguage>.TryGetType(out Classifier? type)' doesn't match implicitly implemented member 'bool Link.TryGetType(out Classifier? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/LanguageBase.cs#L613
Nullability of reference types in type of parameter 'type' of 'bool LinkBase<TLanguage>.TryGetType(out Classifier? type)' doesn't match implicitly implemented member 'bool Link.TryGetType(out Classifier? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/LanguageBase.cs#L605
Nullability of reference types in type of parameter 'type' of 'bool LinkBase<TLanguage>.TryGetType(out Classifier? type)' doesn't match implicitly implemented member 'bool Link.TryGetType(out Classifier? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/DynamicTypes.cs#L1098
Nullability of reference types in type of parameter 'version' of 'bool DynamicLanguage.TryGetVersion(out string? version)' doesn't match implicitly implemented member 'bool Language.TryGetVersion(out string? version)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/DynamicTypes.cs#L1029
Nullability of reference types in type of parameter 'type' of 'bool DynamicField.TryGetType(out Datatype? type)' doesn't match implicitly implemented member 'bool Field.TryGetType(out Datatype? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/DynamicTypes.cs#L344
Nullability of reference types in type of parameter 'type' of 'bool DynamicLink.TryGetType(out Classifier? type)' doesn't match implicitly implemented member 'bool Link.TryGetType(out Classifier? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/DynamicTypes.cs#L336
Nullability of reference types in type of parameter 'type' of 'bool DynamicLink.TryGetType(out Classifier? type)' doesn't match implicitly implemented member 'bool Link.TryGetType(out Classifier? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/DynamicTypes.cs#L267
Nullability of reference types in type of parameter 'type' of 'bool DynamicLink.TryGetType(out Classifier? type)' doesn't match implicitly implemented member 'bool Link.TryGetType(out Classifier? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/M3/DynamicTypes.cs#L197
Nullability of reference types in type of parameter 'type' of 'bool DynamicProperty.TryGetType(out Datatype? type)' doesn't match implicitly implemented member 'bool Property.TryGetType(out Datatype? type)' (possibly because of nullability attributes).
build: src/LionWeb.Core/Core/LenientNode.cs#L129
'LenientNode.TryGet(Feature, out object?)' hides inherited member 'NodeBase.TryGet(Feature, out object?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.