Viktor Hofer
Viktor Hofer
``` [xUnit.net 00:00:00.89] System.Web.HttpUtility.Tests: Skipping test case with duplicate ID '67e146e9ac56298413839658e54b471a437d5f22' ('System.Web.Tests.HttpUtilityTest.UrlDecode_ByteArray(decoded: "http://exam ple.net/?a", encoded: "http://example.net/\xd800a")' and 'System.Web.Tests.HttpUtilityTest.UrlDecode_ByteArray(decoded: "http://example.net/?a", encoded: "http://example.net/\xdc00a")') ``` Here you see that `\xd800a` and `\xdc800a` were...
TODO: - [ ] Document the msbuild properties that are expected to be set and are passed onto the `ValidatePackage` task. - [ ] Document the `ValidateAssemblies` task and its...
When an existing suppression file is re-generated, its content is read, deserialized into a set of suppressions and then stored in a list. When then at a later point, the...
Today, when a suppression file already exists and is regenerated via the `--generate-suppression-file` or `/p:GenerateSuppressionFile=true` flag, xml comments applied to elements are lost. In dotnet/runtime we have comments encoded in...
see title. See https://github.com/dotnet/runtime/issues/72595 in which CoreLib would want to provide multiple suppression files. We probably also want to be able to write a different suppression file than to the...
``` Discovering: System.Diagnostics.PerformanceCounter.Tests (method display = ClassAndMethod, method display options = None) Discovered: System.Diagnostics.PerformanceCounter.Tests (found 90 of 92 test cases) Starting: System.Diagnostics.PerformanceCounter.Tests (parallel test collections = on, max threads =...
## Build Information Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=427703 Build error leg or test failing: Build / CoreCLR Product Build windows x64 checked / Build managed product components and packages Pull request: https://github.com/dotnet/runtime/pull/90110 ##...
See https://github.com/dotnet/runtime/blob/6d0a902c9585d98bfa44f514bac21a47eabe02fa/eng/testing/workloads-testing.targets#L195-L200 as an example. Because the Restore and Pack target pass the same set of properties in, the underlying project evaluation evaluation is shared. This resulted in msbuild files...
Just recently, many of our core stack repositories received Component Governance issues because of references to vulnerable package versions. Most warnings were mitigated by upgrading the transitive dependencies but repositories...