Skip to content

Feature/pin and redaction preview #199

Feature/pin and redaction preview

Feature/pin and redaction preview #199

Triggered via pull request July 23, 2026 09:00
Status Success
Total duration 33s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: DebugProbe.AspNetCore.Tests/Middleware/RedactionPreviewEndToEndTests.cs#L103
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build: DebugProbe.SampleApi/Models/Order.cs#L5
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DebugProbe.SampleApi/Models/Order.cs#L10
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DebugProbe.AspNetCore.Tests/Middleware/RedactionPreviewEndToEndTests.cs#L103
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build: DebugProbe.SampleApi/Models/Order.cs#L5
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DebugProbe.SampleApi/Models/Order.cs#L10
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.