Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-16Close helix tag. (#66717)Parker Bibus
2022-03-15[PERF][MAUI]dotnet-podcast startup time and size measurements (#65813)Nathan Ricci
2022-03-15Use `wasm-tools` workload to run benchmarks for wasm (#66493)Ankit Jain
2022-03-10[MAUI][PERF] Add IPA file usage for iOS Maui SOD (#66358)Parker Bibus
2022-03-05[wasm] Add support for symbolicating native traces from JS, using a symbols f...Ankit Jain
2022-03-04Run trim analyzer (#65870)Sven Boemer
2022-03-03[wasm] Bump sdk for workload testing to `7.0.100-preview.3.22151.18` (#65003)Ankit Jain
2022-02-28[PERF][MAUI] Add Maui version info to stored data. Runtime Side (#65800)Parker Bibus
2022-02-26[PERF][MAUI] Update Startup scenarios (#65911)Parker Bibus
2022-02-24[wasm] Refactor script to load NPM modules for NodeJS on Helix (#65774)Marek Fišera
2022-02-24[wasm] Use `--emit-symbol-map` to generate a `dotnet.js.symbols` (#65162)Ankit Jain
2022-02-23[wasm][tests] Fix use of `RandomTest*Orderer` with trimming (#65754)Ankit Jain
2022-02-22[wasm] Add support for a random test case orderer, for xunit tests (#65628)Ankit Jain
2022-02-17[MAUI][PERF] Reenable Maui w/o package injection (#65409)Parker Bibus
2022-02-16Disable core dumps when running libraries tests on macOS (#65405)Elinor Fung
2022-02-15Skip AOT of Microsoft.CodeAnalysis.CSharp.dll for WASM, due to out-of-memory ...Jo Shields
2022-02-12Don't use Targets* helper properties in libs (#64500)Viktor Hofer
2022-02-12Update Maui/Mobile pre.py's and disable android due to AOT Issue (#65231)Parker Bibus
2022-02-11Move test with expected crash to outerloop (#65114)Elinor Fung
2022-02-09[wasm] Fix WebSocket tests on NodeJS (#64330)Marek Fišera
2022-02-08Temporarily disable core dumps when running libraries tests on macOS (#65001)Elinor Fung
2022-02-08NativeAOT ARM64 libraries testing (#64373)Michal Strehovský
2022-02-03Update Maui Workload Install Process for Perf (#64692)Parker Bibus
2022-02-03[wasm] Enable WasmTemplateTests on CI (#64589)Ankit Jain
2022-02-02[wasm][debugger] Implement support to Set Next Instruction Pointer. (#64114)Thays Grazia
2022-02-02Delete NS2x runtime specific impls (#64610)Viktor Hofer
2022-01-31Add Android Maui Startup testing (#64121)Parker Bibus
2022-01-20Revert "Temporarily disable coredumps during library testing on macOS (#63742...Jan Kotas
2022-01-20Update XUnit to 2.4.2-pre.22 (#63948)Eric StJohn
2022-01-20[wasm] WebSocket tests on NodeJS (#63441)Marek Fišera
2022-01-19Add support for libraries testing with NativeAOT (#63781)Michal Strehovský
2022-01-14Temporarily disable coredumps during library testing on macOS (#63742)Alexander Köplinger
2022-01-07Convert JIT/Methodical/Array/range Pri0 tests and hook up mobile testing (#62...Jeremy Koritzinsky
2022-01-06Make DllImportGenerator unit tests' compilations use live refs (#63410)Elinor Fung
2022-01-05Fix running WASM tests locally on Windows (#63334)Marek Fišera
2022-01-04Pass configuration as a parameter for local Apple mobile test runs (#63348)Steve Pfister
2021-12-24Fix setting the configuration parameter in the apple test runner (#63102)Maxim Lipnin
2021-12-22[wasm] fix sample make files & RunScript bash lowercase problem (#63062)Pavel Savara
2021-12-18[wasm] Testing with NodeJs on CI (#62779)Pavel Savara
2021-12-16[wasm] Add support for running debugger tests CI (#62431)Ankit Jain
2021-12-10[wasm] Allow the main.js file to keep it's name (#62576)Pavel Savara
2021-12-09[tests] Fix local test runs for mobile (#62549)Mitchell Hwang
2021-12-08Add Runtime portion of android startup scenario (#61861)Parker Bibus
2021-12-04[wasm] Build improvements, and fixes (#61581)Ankit Jain
2021-12-02[Wasm] JS modularization (#61313)Pavel Savara
2021-12-01Fix a few syntax issues in shell scripts (#62102)Adeel Mujahid
2021-11-24[wasm] Misc CI/test run improvements (#61937)Ankit Jain
2021-11-20[wasm] Run AOT, and Wasm.Build.Tests on windows (#59479)Ankit Jain
2021-11-17[wasm] renames and cleanup before modularization (#61596)Pavel Savara
2021-11-17Add .runsettings file to be able to run and debug tests on vscode in codespac...Santiago Fernandez Madero