reactivemarbles / PropertyChanged

A lightweight property changed/binding framework. This is a incubator which is focused on fast binding and property changes.
MIT License
60 stars 9 forks source link

build(deps): Bump ILRepack from 2.0.18 to 2.0.27 #294

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps ILRepack from 2.0.18 to 2.0.27.

Release notes

Sourced from ILRepack's releases.

2.0.25

https://www.nuget.org/packages/ILRepack/2.0.25 https://www.nuget.org/packages/ILRepack.Lib/2.0.25

Minor updates to command-line arguments help

Full Changelog: https://github.com/gluck/il-repack/compare/2.0.24...2.0.25

2.0.20

New versions have been published to nuget.org:

What's Changed

New Contributors

Some improvements in the repo source code.

  • Projects have been converted to SDK-style.
  • Updated to NUnit 3
  • Ensured build, test and pack run on AppVeyor without Gradle, uploads *.nupkg and msbuild.binlog as artifact
  • Generate NuGet packages after building ILRepack.csproj Release

Next steps:

  • update to latest Cecil and remove the Cecil submodule
  • add support for modern .NET
  • publish a .NET global tool
  • PDB/symbols/debug information improvements
  • consolidate fixes from various forks back into the primary fork
  • go through PRs and bugs
  • misc maintenance

Huge, enormous thanks to @​gluck and @​timotei for this project and everything it means for the ecosystem. Also huge thanks to folks who forked and continued to make PRs, improvements and modernizations.

Full Changelog: https://github.com/gluck/il-repack/compare/2.0.18...2.0.20

Changelog

Sourced from ILRepack's changelog.

IL Repack changelog

2.0.24

Added

  • ILRepack is now deterministic - running it on the same inputs will produce byte-for-byte identical output
  • SourceLink entries are now merged and preserved
  • feature: added step for merging ILLink.*.xml files

Fixed

  • Xaml source not from primary or reference assembly
  • More resilience for invalid inputs
  • Documented more command line arguments
  • Fixes for using ILRepack as an API
  • Support .dll extension in internalize exclude file entries
  • Don't internalize or rename some well-known types, such as attributes generated by the C# compiler
  • Misc bug fixes

2.0.22

Added

  • Support for legacy, portable and embedded PDBs
  • Debug info support, sequence points, scopes, locals, custom debug info
  • Unix support now working, either via dotnet ILRepack.exe or mono ILRepack.exe

Fixed

  • Updated to the latest Mono.Cecil
  • Removed Mono.Posix dependency, shelling out to stat and chmod to set permissions
  • shipping ILRepack.runtimeconfig.json in the NuGet package so that dotnet ILRepack.exe works
  • repacking .NET Core WinForms resources now works (fixed #277)
  • resolving assemblies from .NET Core runtime
  • writing to a temp directory first, allows repacking the primary assembly in-place
  • deleted gradle from the build system, using plain MSBuild now
  • less output without /verbose argument

2.0.20

Added

  • Option /skipconfig can be now used to skip merging the assemblies config files
  • Recognize RepackExcludeInternalizeAttribute to exclude a type from internalizing (#307)
  • Update the NuGet package information with structured license information

Fixed

  • Don't strong name sign for delay signing (#330)
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 4 months ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.