Added TSLib #44
Annotations
21 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
Pack:
NativeShell/Engine/IJSContext.cs#L44
Cannot convert null literal to non-nullable reference type.
|
Pack:
NativeShell/Engine/IJSContext.cs#L52
Cannot convert null literal to non-nullable reference type.
|
Pack:
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.
|
Pack:
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).
|
Pack:
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).
|
Pack:
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).
|
Pack:
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).
|
Pack:
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).
|
Pack:
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).
|
Pack:
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.
|
Loading