Skip to content

Serialization fixed #34

Serialization fixed

Serialization fixed #34

Triggered via push August 15, 2024 13:38
Status Success
Total duration 8m 48s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: NativeShell/Engine/IJSContext.cs#L44
Cannot convert null literal to non-nullable reference type.
build: NativeShell/Engine/IJSContext.cs#L52
Cannot convert null literal to non-nullable reference type.
build: NativeShell/Engine/TypeRegistry.cs#L15
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build: NativeShell/Engine/AtomEnumerable.cs#L128
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
build: NativeShell/Engine/AtomEnumerable.cs#L135
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes).
build: NativeShell/Engine/AtomEnumerable.cs#L138
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes).
build: NativeShell/Engine/AtomEnumerable.cs#L141
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Insert(int index, object? value)' (possibly because of nullability attributes).
build: NativeShell/Engine/AtomEnumerable.cs#L144
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Remove(object? value)' (possibly because of nullability attributes).
build: NativeShell/Engine/AtomEnumerable.cs#L125
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.this[int index].set' (possibly because of nullability attributes).
build: NativeShell/Engine/AtomEnumerable.cs#L42
Cannot convert null literal to non-nullable reference type.
build: NativeShell/Engine/AtomEnumerable.cs#L128
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
build: NativeShell/Engine/AtomEnumerable.cs#L135
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes).
build: NativeShell/Engine/AtomEnumerable.cs#L138
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes).
build: NativeShell/Engine/AtomEnumerable.cs#L141
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Insert(int index, object? value)' (possibly because of nullability attributes).
build: NativeShell/Engine/AtomEnumerable.cs#L144
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Remove(object? value)' (possibly because of nullability attributes).
build: NativeShell/Engine/AtomEnumerable.cs#L125
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.this[int index].set' (possibly because of nullability attributes).
build: NativeShell/Engine/IJSContext.cs#L44
Cannot convert null literal to non-nullable reference type.
build: NativeShell/Engine/IJSContext.cs#L52
Cannot convert null literal to non-nullable reference type.
build: NativeShell/Engine/TypeRegistry.cs#L15
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build: NativeShell/Engine/TypeRegistry.cs#L144
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>)'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.