Bump MSTest.TestAdapter from 3.6.1 to 3.6.3 #46
Closed
Annotations
10 warnings
Moyou.Aspects/Moyou.Aspects.Factory/FactoryAttribute.cs#L80
The variable 'iox' is declared but never used
|
Moyou.Aspects/Moyou.Aspects.Factory/FactoryAttribute.cs#L123
Possible null reference return.
|
Moyou.Aspects/Moyou.Aspects.Factory/FactoryMemberAttribute.cs#L9
Non-nullable property 'TargetType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Moyou.Aspects/Moyou.Aspects.Factory/FactoryMemberFabric.cs#L134
Argument of type 'List<(INamedType, INamedType?)>' cannot be used for parameter 'targetTuples' of type 'List<(INamedType, INamedType)>' in 'FactoryMemberAspect.FactoryMemberAspect(List<(INamedType, INamedType)> targetTuples)' due to differences in the nullability of reference types.
|
Moyou.Aspects/Moyou.Aspects.Factory/FactoryMemberFabric.cs#L144
Nullable value type may be null.
|
Moyou.Aspects/Moyou.Aspects.Factory/FactoryMemberAttribute.cs#L9
Non-nullable property 'TargetType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Moyou.Aspects/Moyou.Aspects.Memento/MementoAttribute.cs#L89
'INamedType.NestedTypes' is obsolete: 'Use the Types property.'
|
Moyou.UnitTest/Memento/PartialClassWithoutNestedMementoClass.cs#L6
Class PartialClassWithoutNestedMementoClass does not have a nested class named Memento. One will be automatically generated. Please note that if you plan on using MementoCreateHook and MementoRestoreHook attributes, you need to either define the nested class yourself or use a fully qualified name (e.g. PartialClassWithoutNestedMementoClass.Memento) in the signature of your hook methods.
|
Moyou.UnitTest/UnsavedChanges/A.cs#L8
Non-nullable property 'B' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Moyou.UnitTest/UnsavedChanges/A.cs#L9
Non-nullable property 'Bs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading