Skip to content

Update dependency xUnit.v3 to v2 #541

Update dependency xUnit.v3 to v2

Update dependency xUnit.v3 to v2 #541

Triggered via pull request March 1, 2025 10:27
Status Success
Total duration 37s
Artifacts

build-and-test.yml

on: pull_request
build-and-test
28s
build-and-test
Fit to window
Zoom out
Zoom in

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.