Namespace updated #13
Annotations
21 warnings
build
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/
|
build:
Positron/Controls/ProgressPanel.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
Positron/Engine/IJSContext.cs#L44
Cannot convert null literal to non-nullable reference type.
|
build:
Positron/Engine/IJSContext.cs#L52
Cannot convert null literal to non-nullable reference type.
|
build:
Positron/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:
Positron/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:
Positron/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:
Positron/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:
Positron/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:
Positron/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:
Positron/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:
Positron/Controls/ProgressPanel.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
Positron/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:
Positron/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:
Positron/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:
Positron/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:
Positron/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:
Positron/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:
Positron/Engine/IJSContext.cs#L44
Cannot convert null literal to non-nullable reference type.
|
build:
Positron/Engine/IJSContext.cs#L52
Cannot convert null literal to non-nullable reference type.
|
build:
Positron/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.
|