6380 Commits (34557ab76b1e75e604489d4e72b086f986fc5f98)
 

Author SHA1 Message Date
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
Daniel Grunwald 0dcb9d384a Fix #2183: incorrect version in binding redirect for AvalonEdit 5 years ago
Siegfried Pammer 2612a06a11 Fix #2174: Some compilers produce display class ctors with unused local variables 5 years ago
Siegfried Pammer 06243c8244 Fix #2177: PDB Generation is confused by enhanced using statements 5 years ago
Siegfried Pammer 71b54e87a0 Fix #2174: Some compilers produce display class ctors with unused local variables 5 years ago
Siegfried Pammer 65a5af2c99 Fix #2177: PDB Generation is confused by enhanced using statements 5 years ago
Christoph Wille 97334ef5a7
Merge pull request #2179 from cshung/public/update-r2r 5 years ago
Andrew Au d1d80ed63f Update ILCompiler.Reflection.ReadyToRun 5 years ago
Daniel Grunwald 6010757d22 Add support for .NET 5 custom calling conventions. 5 years ago
Daniel Grunwald 836bc37050 Upgrade ilasm.exe version. This allows us to write tests for the new function pointer calling conventions. 5 years ago