Skip to content

use proper nullability annotation #241

use proper nullability annotation

use proper nullability annotation #241

Triggered via pull request April 17, 2025 14:06
Status Success
Total duration 1m 39s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: src/LionWeb.Core/Core/M3/LanguageBase.cs#L500
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#L446
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#L424
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#L416
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#L339
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#L332
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#L264
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#L195
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/DynamicTypes.cs#L1079
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#L1010
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#L500
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#L446
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#L424
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#L416
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#L339
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#L332
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#L264
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#L1079
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#L195
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/DynamicTypes.cs#L1010
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).