Skip to content

krijesta/mono-linker-UsedImplicitly

Repository files navigation

MarkImplicitlyUsedStep

This step allows the use of the "UsedImplicitly" Attribute (in JetBrains.Annotations) to prevent the stripping of types, methods or fields by monolinker.

Usage

Compile to ImplicitlyUsed.dll and put with monolinker or in your path

Run - monolinker -s ImplicityUsed.MarkImplicitlyUsedStep,ImplicityUsed:MarkStep <other monolinker options>

It must be run before the normal MarkStep

About

Step to prevent stripping of things which are "UsedImplicitly"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages