Update masking sensitive data tests to use new logging logic #189
Annotations
11 warnings
The following actions use a deprecated Node.js version 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 (net6.0):
RestAssured.Net/Request/Builders/RequestSpecBuilder.cs#L52
'RequestLogLevel' is obsolete: 'Use the RequestLogLevel enum in the RestAssured.Logging namespace instead. This enum will be removed in RestAssured.Net 5.0.0'
|
Build (net6.0):
RestAssured.Net/Request/Builders/RequestSpecification.cs#L106
'RequestLogLevel' is obsolete: 'Use the RequestLogLevel enum in the RestAssured.Logging namespace instead. This enum will be removed in RestAssured.Net 5.0.0'
|
Build (net6.0):
RestAssured.Net/Request/Builders/RequestSpecification.cs#L150
'RequestLogLevel' is obsolete: 'Use the RequestLogLevel enum in the RestAssured.Logging namespace instead. This enum will be removed in RestAssured.Net 5.0.0'
|
Build (net6.0):
RestAssured.Net/Response/Logging/ResponseLogger.cs#L39
'ResponseLogLevel' is obsolete: 'Use the ResponseLogLevel enum in the RestAssured.Logging namespace instead. This enum will be removed in RestAssured.Net 5.0.0'
|
Build (net6.0):
RestAssured.Net/Request/ExecutableRequest.cs#L68
'RequestLogLevel' is obsolete: 'Use the RequestLogLevel enum in the RestAssured.Logging namespace instead. This enum will be removed in RestAssured.Net 5.0.0'
|
Build (net6.0):
RestAssured.Net/Request/ExecutableRequest.cs#L73
'ResponseLogLevel' is obsolete: 'Use the ResponseLogLevel enum in the RestAssured.Logging namespace instead. This enum will be removed in RestAssured.Net 5.0.0'
|
Build (net6.0):
RestAssured.Net/Request/Logging/RequestLogger.cs#L38
'RequestLogLevel' is obsolete: 'Use the RequestLogLevel enum in the RestAssured.Logging namespace instead. This enum will be removed in RestAssured.Net 5.0.0'
|
Build (net6.0):
RestAssured.Net/Response/Logging/ResponseLogger.cs#L41
'ResponseLogLevel' is obsolete: 'Use the ResponseLogLevel enum in the RestAssured.Logging namespace instead. This enum will be removed in RestAssured.Net 5.0.0'
|
Build (net6.0):
RestAssured.Net/Response/Logging/ResponseLogger.cs#L46
'ResponseLogLevel' is obsolete: 'Use the ResponseLogLevel enum in the RestAssured.Logging namespace instead. This enum will be removed in RestAssured.Net 5.0.0'
|
Build (net6.0):
RestAssured.Net/Response/Logging/ResponseLogger.cs#L60
'ResponseLogLevel' is obsolete: 'Use the ResponseLogLevel enum in the RestAssured.Logging namespace instead. This enum will be removed in RestAssured.Net 5.0.0'
|
Loading