tag:github.com,2008:https://github.com/dotnet/runtime/releases Release notes from runtime 2026-02-27T14:54:45Z tag:github.com,2008:Repository/210716005/v11.0.100 2026-02-27T14:54:45Z v11.0.100 <p>[release/11.0-preview2] Revert "Increase number of assertions (Global…</p> github-actions[bot] tag:github.com,2008:Repository/210716005/v11.0.100-preview.2.26159.112 2026-03-10T21:38:57Z .NET 11 Preview 2 <p><a href="https://github.com/dotnet/core/releases/tag/v11.0.0-preview.2">Release</a></p> rbhanda tag:github.com,2008:Repository/210716005/v11.0.0 2026-02-27T14:54:45Z v11.0.0 <p>[release/11.0-preview2] Revert "Increase number of assertions (Global…</p> github-actions[bot] tag:github.com,2008:Repository/210716005/v11.0.0-preview.2.26159.112 2026-02-27T14:54:45Z v11.0.0-preview.2.26159.112 <p>[release/11.0-preview2] Revert "Increase number of assertions (Global…</p> github-actions[bot] tag:github.com,2008:Repository/210716005/v9.0.14 2026-03-10T20:19:23Z .NET 9.0.14 <p><a href="https://github.com/dotnet/core/releases/tag/v9.0.14">Release</a></p> rbhanda tag:github.com,2008:Repository/210716005/v10.0.105 2026-02-18T18:36:50Z v10.0.105: [release/10.0] fix Vector2/3 EqualsAny (#124223) <p>Backport of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3853314198" data-permission-text="Title is private" data-url="https://github.com/dotnet/runtime/issues/123594" data-hovercard-type="pull_request" data-hovercard-url="/dotnet/runtime/pull/123594/hovercard" href="https://github.com/dotnet/runtime/pull/123594">#123594</a> to release/10.0</p> <p>/cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tannergooding/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tannergooding">@tannergooding</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kasperk81/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kasperk81">@kasperk81</a></p> <h2>Customer Impact</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" aria-label="Completed task" checked=""> Customer reported</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" aria-label="Incomplete task"> Found internally</li> </ul> <p>Reported in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3852291408" data-permission-text="Title is private" data-url="https://github.com/dotnet/runtime/issues/123586" data-hovercard-type="issue" data-hovercard-url="/dotnet/runtime/issues/123586/hovercard" href="https://github.com/dotnet/runtime/issues/123586">#123586</a>, developers<br> using some of the new APIs exposed on Vector2 and Vector3 could get<br> non-deterministic results in some scenarios.</p> <h2>Regression</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" aria-label="Incomplete task"> Yes</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" aria-label="Completed task" checked=""> No</li> </ul> <p>These are new APIs.</p> <h2>Testing</h2> <p>Explicit tests covering the scenarios were added in addition to manual<br> verification of the codegen.</p> <h2>Risk</h2> <p>Low. These are net new APIs which could accidentally include invalid<br> elements in the accelerated comparison. The fix was to ensure they used<br> the existing centralized helpers that were exposed to help ensure such<br> code was being consistently handled and avoid such problems. The APIs<br> had simply not gotten checked in using them as intended.</p> <hr> <p>Co-authored-by: kasperk81 <a href="mailto:[email protected]">[email protected]</a></p> github-actions[bot] tag:github.com,2008:Repository/210716005/v10.0.104 2026-02-18T18:36:50Z v10.0.104: [release/10.0] fix Vector2/3 EqualsAny (#124223) <p>Backport of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3853314198" data-permission-text="Title is private" data-url="https://github.com/dotnet/runtime/issues/123594" data-hovercard-type="pull_request" data-hovercard-url="/dotnet/runtime/pull/123594/hovercard" href="https://github.com/dotnet/runtime/pull/123594">#123594</a> to release/10.0</p> <p>/cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tannergooding/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tannergooding">@tannergooding</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kasperk81/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kasperk81">@kasperk81</a></p> <h2>Customer Impact</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" aria-label="Completed task" checked=""> Customer reported</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" aria-label="Incomplete task"> Found internally</li> </ul> <p>Reported in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3852291408" data-permission-text="Title is private" data-url="https://github.com/dotnet/runtime/issues/123586" data-hovercard-type="issue" data-hovercard-url="/dotnet/runtime/issues/123586/hovercard" href="https://github.com/dotnet/runtime/issues/123586">#123586</a>, developers<br> using some of the new APIs exposed on Vector2 and Vector3 could get<br> non-deterministic results in some scenarios.</p> <h2>Regression</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" aria-label="Incomplete task"> Yes</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" aria-label="Completed task" checked=""> No</li> </ul> <p>These are new APIs.</p> <h2>Testing</h2> <p>Explicit tests covering the scenarios were added in addition to manual<br> verification of the codegen.</p> <h2>Risk</h2> <p>Low. These are net new APIs which could accidentally include invalid<br> elements in the accelerated comparison. The fix was to ensure they used<br> the existing centralized helpers that were exposed to help ensure such<br> code was being consistently handled and avoid such problems. The APIs<br> had simply not gotten checked in using them as intended.</p> <hr> <p>Co-authored-by: kasperk81 <a href="mailto:[email protected]">[email protected]</a></p> github-actions[bot] tag:github.com,2008:Repository/210716005/v10.0.5 2026-02-18T18:36:50Z v10.0.5: [release/10.0] fix Vector2/3 EqualsAny (#124223) <p>Backport of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3853314198" data-permission-text="Title is private" data-url="https://github.com/dotnet/runtime/issues/123594" data-hovercard-type="pull_request" data-hovercard-url="/dotnet/runtime/pull/123594/hovercard" href="https://github.com/dotnet/runtime/pull/123594">#123594</a> to release/10.0</p> <p>/cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tannergooding/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tannergooding">@tannergooding</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kasperk81/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kasperk81">@kasperk81</a></p> <h2>Customer Impact</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" aria-label="Completed task" checked=""> Customer reported</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" aria-label="Incomplete task"> Found internally</li> </ul> <p>Reported in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3852291408" data-permission-text="Title is private" data-url="https://github.com/dotnet/runtime/issues/123586" data-hovercard-type="issue" data-hovercard-url="/dotnet/runtime/issues/123586/hovercard" href="https://github.com/dotnet/runtime/issues/123586">#123586</a>, developers<br> using some of the new APIs exposed on Vector2 and Vector3 could get<br> non-deterministic results in some scenarios.</p> <h2>Regression</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" aria-label="Incomplete task"> Yes</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" aria-label="Completed task" checked=""> No</li> </ul> <p>These are new APIs.</p> <h2>Testing</h2> <p>Explicit tests covering the scenarios were added in addition to manual<br> verification of the codegen.</p> <h2>Risk</h2> <p>Low. These are net new APIs which could accidentally include invalid<br> elements in the accelerated comparison. The fix was to ensure they used<br> the existing centralized helpers that were exposed to help ensure such<br> code was being consistently handled and avoid such problems. The APIs<br> had simply not gotten checked in using them as intended.</p> <hr> <p>Co-authored-by: kasperk81 <a href="mailto:[email protected]">[email protected]</a></p> github-actions[bot] tag:github.com,2008:Repository/210716005/v10.0.4 2026-03-10T20:24:33Z .NET 10.0.4 <p><a href="https://github.com/dotnet/core/releases/tag/v10.0.4">Release</a></p> rbhanda tag:github.com,2008:Repository/210716005/v8.0.25 2026-03-10T20:04:42Z .NET 8.0.25 <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.25">Release</a></p> rbhanda