Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: nilnul/runtime

Tags

v6.0.0-preview.2.21154.6

Toggle v6.0.0-preview.2.21154.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[release/6.0-preview2] Turn off LKG calculation (dotnet#49075)

This change moves the performance infrastructure to use
the latest version of dotnet for building and running BDN.
This does not change what bits are tested.

v5.0.4

Toggle v5.0.4's commit message
Tighten bounds checks around TextEncoder logic

- Replaces unsafe code with safe code where possible
- Fixes some surrogate pairs being misinterpreted
- Fixes dotnet#45994
- Ref: MSRC 62749 (CVE-2021-26701)

v6.0.0-preview.1.21102.12

Toggle v6.0.0-preview.1.21102.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[release/6.0-preview1] Produce a .version file for Microsoft.NETCore.…

…App in the runtime layout. (dotnet#47736)

* Produce a .version file for Microsoft.NETCore.App in the runtime layout.

* Update src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj

* Update src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj

Co-authored-by: Jeremy Koritzinsky <[email protected]>
Co-authored-by: Jeremy Koritzinsky <[email protected]>

v5.0.3

Toggle v5.0.3's commit message
Merge in 'release/5.0' changes

v5.0.2

Toggle v5.0.2's commit message
Merge in 'release/5.0' changes

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip some PKCS9 tests on NetFx (dotnet#45213)

v5.0.1-servicing.20575.16

Toggle v5.0.1-servicing.20575.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip some PKCS9 tests on NetFx (dotnet#45213)

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[release/5.0] [browser][crypto] Remove restraining not supported attr…

…ibute Primitives (dotnet#43441)

Co-authored-by: Kenneth Pouncey <[email protected]>

v5.0.0-rtm.20519.4

Toggle v5.0.0-rtm.20519.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[release/5.0] [browser][crypto] Remove restraining not supported attr…

…ibute Primitives (dotnet#43441)

Co-authored-by: Kenneth Pouncey <[email protected]>

v5.0.0-rc.2.20475.5

Toggle v5.0.0-rc.2.20475.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix System.Net.Sockets telemetry (dotnet#42726)