Blur 0.2.7-beta
Blur provides a fluent and minimalistic way to edit assemblies from the inside, using Mono.Cecil:
- Expression / Method printing to MethodBody.
- Compile-time mixins.
- Custom attributes.
This is a prerelease version of Blur.
Install-Package Blur -Version 0.2.7-beta
dotnet add package Blur --version 0.2.7-beta
<PackageReference Include="Blur" Version="0.2.7-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Blur --version 0.2.7-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- Added Debug attribute.
- Started adding support for PDB files.
- Now using Mono.Cecil 0.10.0-beta2.
- Removed unnecessary dependencies.
Dependencies
-
.NETStandard 1.3
- Mono.Cecil (>= 0.10.0-beta2)
- System.Reflection.TypeExtensions (>= 4.3.0)
-
.NETStandard 1.5
- Mono.Cecil (>= 0.10.0-beta2)
-
All Frameworks
- Mono.Cecil (>= 0.10.0-beta2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
0.2.7-beta | 524 | 1/13/2017 |
0.2.5-beta | 447 | 1/7/2017 |
0.2.3-beta | 466 | 1/1/2017 |
0.2.0-beta | 472 | 12/31/2016 |
0.1.2-beta | 474 | 12/29/2016 |
0.1.1-beta | 452 | 12/28/2016 |
0.1.0-beta | 455 | 12/27/2016 |