Добавил вторую часть Тестирования #2
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
Testing/Advanced/Samples/3. InterfaceTests/Silenium.cs#L12
Non-nullable field 'webDriver' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
Testing/Advanced/Classwork/3. ApprovalsTests/Product.cs#L9
Non-nullable property 'TemporaryData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Testing/Advanced/Classwork/3. ApprovalsTests/Product.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Testing/Advanced/Classwork/3. ApprovalsTests/Product.cs#L12
Non-nullable property 'UnitsCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Testing/Advanced/Classwork/3. ApprovalsTests/ApprovalsTests.cs#L61
Converting null literal or possible null value to non-nullable type.
|
Build:
Testing/Advanced/Classwork/2. FileSender/FileSenderTests.cs#L20
'X509Certificate.X509Certificate()' is obsolete: 'X509Certificate and X509Certificate2 are immutable. Use the appropriate constructor to create a new certificate.' (https://aka.ms/dotnet-warnings/SYSLIB0026)
|
Build:
Testing/Advanced/Samples/2. ApprovalsTests/LogTricks.cs#L24
Converting null literal or possible null value to non-nullable type.
|
Build:
Testing/Advanced/Classwork/2. FileSender/FileSenderTests.cs#L15
Non-nullable field 'fileSender' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
Testing/Advanced/Classwork/2. FileSender/FileSenderTests.cs#L16
Non-nullable field 'cryptographer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
Testing/Advanced/Classwork/2. FileSender/FileSenderTests.cs#L17
Non-nullable field 'sender' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading