Update dependency xUnit.v3 to v2 #541
build-and-test.yml
on: pull_request
build-and-test
28s
Annotations
10 warnings
build-and-test:
src/Types/CachedType.cs#L58
Possible null reference argument for parameter 'type' in 'CachedType CachedTypes.GetCachedType(Type type)'.
|
build-and-test:
src/Types/CachedType.cs#L58
Nullability of reference types in value of type 'Lazy<CachedType>' doesn't match target type 'Lazy<CachedType?>'.
|
build-and-test:
src/Types/CachedType.cs#L45
Non-nullable field '_isAbstractLazy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-test:
src/Types/CachedType.cs#L45
Non-nullable field '_isInterfaceLazy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-test:
src/Types/CachedType.cs#L45
Non-nullable field '_isGenericTypeLazy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-test:
src/Types/CachedType.cs#L45
Non-nullable field '_isEnumLazy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-test:
src/Types/CachedType.cs#L45
Non-nullable field '_isNullable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-test:
src/Types/CachedType.cs#L45
Non-nullable field '_isByRef' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-test:
src/Types/CachedType.cs#L45
Non-nullable field '_isArray' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-test:
src/Types/CachedType.cs#L45
Non-nullable field '_isDictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|