Andrew Au
|
6293cd1762
|
Update ReadyToRun to use 9.0 package (#3340)
|
5 months ago |
Christoph Wille
|
fba0dbae8d
|
Migrate to NUnit 4 (#3132)
* Migrate to NUnit 4 based on https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html. Needed fix for https://github.com/nunit/nunit/issues/4564
* Test 4.1.0-adev.1 from NUnit MyGet feed (works locally in VS)
* Update to bugfix version adev.2 (works on GH)
* NUnit 4.0.1 final
|
1 year ago |
Christoph Wille
|
084d02a447
|
Apply Central package management (requires package source mapping) (#3124)
* Apply Central package management https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management (requires package source mapping https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping)
* Microsoft.DiaSymReader.Converter.Xml from dotnet-tools, Microsoft.DiaSymReader.Native from nuget.org feed
* Trying to sort what is on which feed for previews of Diasymreader packages
* Parse the Roslyn version from Directory.packages.props
* Use specific versions for Diasymreader from nuget.org to allow VS2022 addin to restore properly
* Tests needs also locked references
|
2 years ago |
Andrew Au
|
cc87b00109
|
Support disassembling ReadyToRun binaries compiled using composite mode
|
2 years ago |
Andrew Au
|
6985624d58
|
Refresh ready to run for .NET 7
|
3 years ago |
Andrew Au
|
5983302925
|
Switch to dotnet6-transport
|
4 years ago |
Christoph Wille
|
619763c830
|
Use one common version of DSR.Converter.Xml
|
4 years ago |
Christoph Wille
|
4307125df1
|
Fix #2273: The feed for Microsoft.DiaSymReader.Converter.Xml (a DEBUG dependency of ILSpy.csproj) has moved to Azure DevOps (via https://github.com/dotnet/symreader-converter). New version picked (121K downloads) https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet-tools&package=Microsoft.DiaSymReader.Converter.Xml&protocolType=NuGet&version=1.1.0-beta2-20115-01&view=versions because old version not available
|
4 years ago |
Andrew Au
|
e5866d3788
|
Created a ILCompiler.Reflection.ReadyToRun nuget package and hosted it on my personal feed
|
5 years ago |
Siegfried Pammer
|
25c757b7cd
|
Add first attempt at PdbGenerationTestRunner.
|
6 years ago |
Siegfried Pammer
|
dcac0bd88e
|
Fix #1334: NuGet.config should explicitly specify the NuGet.org feed
|
7 years ago |
Christoph Wille
|
15077d65b9
|
Rename ics.d.console.sln -> Frontends.sln
Global nuget.config with ILSpy package source (AppVeyor CI)
Frontends always build against NuGet
|
8 years ago |