6256 Commits (e998b51f0cf85262dea6f68a0394c1b247cf54e2)
 

Author SHA1 Message Date
Christoph Wille e998b51f0c Update to 7p1 5 years ago
Christoph Wille fd4ff943eb
Build target:Release because that's what we ship to customers 5 years ago
Christoph Wille bbf1e0dcde
Autobuild fails (unsurprisingly). Use Frontends.sln for building instead of full ILSpy 5 years ago
Christoph Wille c34a30541a
Standard Autobuild CodeQL action 5 years ago
Daniel Grunwald 54231edb4b Fix #2189: Invalid C# generated when pinning an unmanaged pointer. 5 years ago
Daniel Grunwald 82bb805657 Don't show PDB context menu entries on bundle nodes. 5 years ago
Daniel Grunwald 0a9bfb04c0 Run tests with Roslyn 3.8.0-5.final. 5 years ago
Daniel Grunwald dcae19b57e
Merge pull request #2212 from cshung/public/update-r2r 5 years ago
Andrew Au e7f3dab92c Update ILCompiler.Reflection.ReadyToRun 5 years ago
Christoph Wille 2de5549ca0
Merge pull request #2210 from icsharpcode/christophwille-build-frontends 5 years ago
Siegfried Pammer c75ead8212
Merge pull request #2201 from wwh1004/fix1 5 years ago
Christoph Wille 72b4b7f16c
We need the history 5 years ago
Christoph Wille f5d54ab24a
Add GH Action for building Frontends.sln 5 years ago
Siegfried Pammer 2b4a0a3a2a Fix #2209: Update IlspyCmdProgram.cs to the latest version of WholeProjectDecompiler. 5 years ago
Daniel Grunwald b94a39e931
Merge pull request #2191 from icsharpcode/nuget-tree-node-attempt 5 years ago
Daniel Grunwald 0de6238d65 Support resolving assembly references within a bundle. 5 years ago
Siegfried Pammer b9e4f7df8a Fix #2202: prevent casting null to void* if the expected target-type is (U)IntPtr? 5 years ago
文煌 77dc975f9b fix GetFileNameForResource not in accordance with https://github.com/icsharpcode/ILSpy/pull/2157 5 years ago
Siegfried Pammer b7d2eec41d #2199: Add support for VB cached delegate initialization 5 years ago
Daniel Grunwald b2cbb12f15 Thread-safety for LoadedAssembly.GetTypeSystemOrNull() 5 years ago
Siegfried Pammer f0012cbc1a #2198: Make ILSpy more resilient in case of obfuscated assemblies. 5 years ago
Siegfried Pammer d3b0e4cd72 Fix #2196: Add support for extern local functions. 5 years ago
Siegfried Pammer a7f58e8657 Fix build and use specific version of dotnet-format. 5 years ago
Christoph Wille de2571d2a9 Fix global.json as per the rules in https://docs.microsoft.com/en-us/dotnet/core/tools/global-json?tabs=netcore3x 5 years ago
Siegfried Pammer 1a1ad98050 Fix #2197: .NET 5 RC2: "Analyze/Used By" throws BadImageFormatException 5 years ago
Siegfried Pammer 4e07c952ab Fix #2195: foreach loop conversion accidentally removes end container label. 5 years ago
Siegfried Pammer 3a7c69e5b9 Fix #2192: Add support for VB.NET delegate construction 5 years ago
Siegfried Pammer f836fab63f
Merge pull request #2194 from icsharpcode/multi-roslyn-tests 5 years ago
Siegfried Pammer be57dc454c Run tests with different versions of Roslyn 5 years ago
Siegfried Pammer 4f8cd0c597
Merge pull request #2193 from iwillspeak/master 5 years ago
Will Speak 9f7bcc0dd9 Show Sequence Points from CLI 5 years ago
Daniel Grunwald 218e6e1acf Add back the hack for opening assemblies in bundles. 5 years ago
Daniel Grunwald faa46d6ea5 Fix inconsistent System.Runtime.CompilerServices.Unsafe versions. 5 years ago
Daniel Grunwald 2d0df349d8 Refactor resource loading. 5 years ago
Daniel Grunwald a354b32a16 Add support for .NET bundles. 5 years ago
Daniel Grunwald 1b158c3336 Folder structure for packages. 5 years ago
Daniel Grunwald f74d3c40a9 Add NuGet packages (and other files) to TreeView 5 years ago
Daniel Grunwald e6891d3d24 Update RoslynVersion for tests. 5 years ago
Siegfried Pammer 7576fb41aa
Merge pull request #2186 from icsharpcode/wwh1004-master 5 years ago
文煌 c2c1bcc570 write empty RootNamespace if need 5 years ago
文煌 4b27bb5427 copy file overwrite 5 years ago
文煌 908c3081e9 don't write app.manifest if it is default 5 years ago
文煌 65bf8fe92e do not write app icon and manifest if null 5 years ago
文煌 4a8cca26a1 write app manifest 5 years ago
文煌 1ac59a79cd copy app.config if exists 5 years ago
文煌 8c54f3caa1 write application icon file 5 years ago
文煌 d041ab531c add win32 resources reader 5 years ago
文煌 d612008c9f write OutputType for asp.net library 5 years ago
文煌 bc888117e9 write EmbeddedResource for non .resx file 5 years ago
文煌 9742a7cfae 1. Create sub directory when namespace contains dot 5 years ago