6389 Commits (51b3cf51c6b3fc8a01880335bb56b3918eefe47a)
 

Author SHA1 Message Date
文煌 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
文煌 5d80c56189 don't write Reference for .NET Core shared assembly 5 years ago
文煌 e8e0f89f6d don't write HintPath for .NET Core shared assembly 5 years ago
文煌 a5fdb05c6f use relative path if reference and target project are in the same root path 5 years ago
Siegfried Pammer abb6d54acc Add FileUtility.cs 5 years ago
文煌 8152e40d5c don't write HintPath for GAC assembly 5 years ago
Siegfried Pammer e7cb27a134 Fix #2182: Ensure that all labels generated by StatementBuilder are unique. 5 years ago
Daniel Grunwald 2683079db6 Merge remote-tracking branch 'origin/release/6.2' into master 5 years ago
Siegfried Pammer 31b4e6ae6a Fix #2185: Fix MemberIsHidden-check for local function display structs: Async State Machines that looked like local function display structs were not hidden once local function decompilation was disabled. This led to code duplication in the generated pdb. 5 years ago
Siegfried Pammer 46e1e3e144 Move dotnet-format installation to Agent.ToolsDirectory to prevent its nupkg from being added to our release zip. 5 years ago
Siegfried Pammer 2b13e57102 Fix pipelines-install.ps1 5 years ago
Siegfried Pammer 12668300f6 Set version number to 6.2.1 5 years ago
Siegfried Pammer 22b3838e72 run azure-pipelines/appveyor on all branches we treat as release branches: master and release/* 5 years ago
Daniel Grunwald 80cf72e498 #2182: Move "Transform call to struct constructor" from EarlyExpressionTransforms to ILReader. 5 years ago
Siegfried Pammer 2530c9a2ce #2182: Do not inline switch value, in case variable is reused. 5 years ago
Daniel Grunwald 47685c4b57 Fix weird casts to `nint` when writing to fields of unknown type. 5 years ago
Daniel Grunwald 103a6461e4 Relax ExpressionBuilder invariant for lifted instructions with unknown result type. 5 years ago
Daniel Grunwald a81714f707 Fix #2180: Restrict the `(uint?)-1` special case to casts to integer types. 5 years ago