Releases: JetBrains/Refasmer
Refasmer v2.0.1
Fixed
- #38: Internal types in public API break
omit-non-api-members=true
. - Fix regression since v2.0.0: public compiler-generated types are no longer omitted from the refasmed assemblies.
Refasmer v2.0.0
Changed
-
(Breaking change!) A new mandatory parameter
--omit-non-api-types
(pass eithertrue
orfalse
).This parameter determines when to preserve or omit private nested types in value types. We have made it mandatory since the previous changes in the value type behavior might've been caused confusion in cases when the user wanted to remove all the private API from an assembly.
--omit-non-api-types false
closely corresponds to the behavior from 1.0.33;--omit-non-api-types true
corresponds to the behavior from 1.0.32.Refasmer now does its best to preserve some of the value type semantics even with
--omit-non-api-types true
: it will emit synthetic private field in a value type even if it has removed all the fields before. Note that this change might not preserve the type blittability and still affect the compilation.
Release 1.0.33
.net70
Release 1.0.32
PublicKeyTokenCalculator: migrate from an obsolete API
Release 1.0.31
Take last runtime if there are several
Release 1.0.30
CI: enable build for pull requests
Release 1.0.29
minor
Release 1.0.28
CompilerServices and CodeAnalysis attributes import
Release 1.0.27
Runtimes list
Release 1.0.26
Find runtime in mock mode