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
#2157 Improving csproj Export (Save Code)
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
2. Detect when .NET 3.0/3.5 is required
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.
This fixes the evaluation order for such calls (and an assertion in StObj.CheckTargetSlot).
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.
This avoids the risk of stack overflows when converting to an unexpected nullable type (such as `Nullable<UnknownType>`).
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
(cherry picked from commit 71b54e87a0
)
5 years ago
Siegfried Pammer
06243c8244
Fix #2177 : PDB Generation is confused by enhanced using statements
(cherry picked from commit 65a5af2c99
)
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
Update ILCompiler.Reflection.ReadyToRun
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
Daniel Grunwald
6ecdb2a4cb
Merge pull request #2178 from icsharpcode/pgkdepupdates
Update NuGet Dependencies
5 years ago
Daniel Grunwald
9b27ced6af
Avoid reference on ICSharpCode.Decompiler in VS AddIn.
This way we don't need to load SRM 5 within the VS process.
5 years ago
Daniel Grunwald
0eb5469374
Extract package version numbers to packages.props.
5 years ago
Daniel Grunwald
f8a1ec0291
Merge pull request #2176 from KirillOsenkov/dev/kirillo/xmldoc
Remove link to non-existing file.
5 years ago
Christoph Wille
e64010540c
Redirect to 5.0.0.0 for SRM and SCI
5 years ago
Christoph Wille
b2907c963d
Temporarily use inflated version number for match
5 years ago
Christoph Wille
1ef136d6e6
Try upgrading to newer versions as per #2173 . MEF fails to initialize for System.Collections.Immutable (binding redirect?)
5 years ago
Kirill Osenkov
6d7a479e56
Remove link to non-existing file.
This breaks build incrementality (fast up-to-date check) thinks XML Documentation.html is missing so it decides to rebuild the project every time, even if nothing has changed.
5 years ago