Skip to content

Removed all unused usings. #268

Removed all unused usings.

Removed all unused usings. #268

Triggered via push August 12, 2024 23:53
Status Failure
Total duration 1m 31s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
build
The type or namespace name 'IReadOnlyValueType' does not exist in the namespace 'foo.bar' (are you missing an assembly reference?)
build
The type or namespace name 'IReadOnlyValueType' does not exist in the namespace 'foo.bar' (are you missing an assembly reference?)
build
The type or namespace name 'IReadOnlyValueType' does not exist in the namespace 'foo.bar' (are you missing an assembly reference?)
build
The type or namespace name 'IReadOnlyValueType' does not exist in the namespace 'foo.bar' (are you missing an assembly reference?)
build: Schema Build Tests/readOnly/ReadOnlyReferences.cs#L7
The type or namespace name 'IReadOnlyValueType' could not be found (are you missing a using directive or an assembly reference?)
build: Schema Build Tests/readOnly/ReadOnlyReferences.cs#L8
The type or namespace name 'IReadOnlyValueType' could not be found (are you missing a using directive or an assembly reference?)
build
The type or namespace name 'IReadOnlyValueType' does not exist in the namespace 'foo.bar' (are you missing an assembly reference?)
build
The type or namespace name 'IReadOnlyValueType' does not exist in the namespace 'foo.bar' (are you missing an assembly reference?)
build
The type or namespace name 'IReadOnlyValueType' does not exist in the namespace 'foo.bar' (are you missing an assembly reference?)
build
The type or namespace name 'IReadOnlyValueType' does not exist in the namespace 'foo.bar' (are you missing an assembly reference?)
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build: Schema/src/util/data/OutOfOrderDictionary.cs#L13
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'IOutOfOrderDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build: Schema/src/binary/attributes/string/WLengthOfStringParser.cs#L23
Nullability of reference types in value of type 'IMemberReference<string>?[]' doesn't match target type 'IMemberReference<string>[]'.
build: Schema/src/util/AccessChainUtil.cs#L50
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/AccessChainUtil.cs#L51
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/AccessChainUtil.cs#L60
Dereference of a possibly null reference.
build: Schema/src/util/AccessChainUtil.cs#L94
Possible null reference assignment.
build: Schema/src/util/AccessChainUtil.cs#L101
Possible null reference assignment.
build: Schema/src/util/AccessChainUtil.cs#L102
Possible null reference assignment.
build: Schema/src/readOnly/ReadOnlyTypeGenerator.cs#L581
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/AccessChainUtil.cs#L247
Non-nullable property 'ContainerSymbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.