Jan Kotas

Results 48 issues of Jan Kotas

```json { "ErrorMessage" : "##[error]The operation was canceled.", "BuildRetry": false } ``` See https://github.com/dotnet/arcade/issues/11072 for more context. ### Report |Build|Definition|Step Name|Console log|Pull Request| |---|---|---|---|---| |[534201](https://dev.azure.com/dnceng-public/public/_build/results?buildId=534201)|dotnet/runtime|Send tests to Helix (Windows)|[Log](https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_apis/build/builds/534201/logs/2638)|dotnet/runtime#97244| |[2358103](https://dev.azure.com/dnceng/internal/_build/results?buildId=2358103)|dotnet-runtime|Build...

blocking-clean-ci
area-Infrastructure
Known Build Error

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=527171 Build error leg or test failing: System.Text.Json.Tests Pull request: https://github.com/dotnet/runtime/pull/96894 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json...

area-Infrastructure-libraries
blocking-clean-ci
Known Build Error

``` [19:06:42] info: [2024-01-06T19:06:42.030Z] [FAIL] System.Runtime.InteropServices.JavaScript.Tests.WebWorkerTest.ManagedDelay_ConfigureAwait_True(executor: NewThread) [19:06:42] info: System.AggregateException : One or more errors occurred. (Assert.NotEqual() Failure: Values are equal [19:06:42] info: Expected: Not 302 [19:06:42] info: Actual: 302)...

untriaged
area-System.Runtime.InteropServices.JavaScript
Known Build Error

``` 20:52:01.220 Passed test: global::PInvokeTests.IEnumeratorTests.TestNativeToManaged() 20:52:01.224 Running test: global::PInvokeTests.IEnumeratorTests.TestManagedToNative() Assert failure(PID 6320 [0x000018b0], Thread: 4908 [0x132c]): The 'LastThrownObject' should not be, but is, NULL. The runtime may have lost track...

arch-arm64
area-Interop-coreclr
blocking-clean-ci
Known Build Error

``` Process terminated. Assertion failed. Expected _associatedHttp11ConnectionCount=0 > _availableHttp11Connections.Count=0 at System.Net.Http.HttpConnectionPool.ReturnHttp11Connection(HttpConnection connection, Boolean isNewConnection, HttpConnectionWaiter`1 initialRequestWaiter) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs:line 1924 at System.Net.Http.HttpConnectionPool.RecycleHttp11Connection(HttpConnection connection) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs:line 1901 at System.Net.Http.HttpConnection.ReturnConnectionToPool() in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnection.cs:line 2082...

area-System.Net.Http
blocking-clean-ci
Known Build Error

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=431083 Build error leg or test failing: JIT.Stress.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/93186 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```...

area-CodeGen-coreclr
Known Build Error

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=554165 Build error leg or test failing: System.Text.RegularExpressions.Tests.UpgradeToGeneratedRegexAnalyzerTests.AnayzerSupportsMultipleDiagnostics Pull request: https://github.com/dotnet/runtime/pull/97964 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json...

area-Infrastructure-libraries
blocking-clean-ci
untriaged
Known Build Error

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=547335 Build error leg or test failing: System.Net.Security.Tests.SslStreamCertificateContextOcspLinuxTests.RefreshOcspResponse_BeforeExpiration Pull request: https://github.com/dotnet/runtime/pull/97746 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json...

area-System.Net.Security
blocking-clean-ci
Known Build Error

### Old behavior `Type.GetType(string)` throws `TypeLoadException` for most types with invalid element type, except a few corner cases such as byref-of-byref. ### New behavior `Type.GetType` throws `TypeLoadException` for all types...

doc-idea
:watch: Not Triaged
breaking-change
Pri1
:checkered_flag: Release: .NET 8

## Rationale Number of libraries, including the new minimal ASP.NET host, use `Assembly.GetCallingAssembly()` for convenience. `Assembly.GetCallingAssembly()` is slow and unreliable API, and also not compatible with AOT technologies (e.g. https://github.com/dotnet/runtime/issues/53825)....

Proposal
Proposal champion