Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## Unreleased

## 5.37.2

### WolverineFx (core)

- Removed the experimental Wolverine-specific Roslyn source generator (`Wolverine.SourceGeneration`)
and the `IWolverineTypeLoader` / `[WolverineTypeManifest]` / `CompositeWolverineTypeLoader`
surface it produced. The compile-time handler-discovery path was never wired up to anything in
steady state — handler graph compilation always falls back to `compileWithRuntimeScanning`, which
has been the only code path exercised by tests and downstream consumers. Stripping it removes a
netstandard2.0 analyzer DLL from the WolverineFx NuGet, the analyzer ProjectReference from
`Wolverine.csproj`, the source-gen branches in `ExtensionLoader.ApplyExtensions`,
`WolverineRuntime.HostService` startup, `HandlerGraph.Compile`, and `HandlerChain.AttachTypes`,
plus the two `TypeLoaderManifestModule*` test fixtures and their aggregation tests. The
`JasperFx.SourceGeneration` analyzer (separate package) is unaffected.

## 5.37.0

### WolverineFx.Marten
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<NoWarn>1570;1571;1572;1573;1574;1587;1591;1701;1702;1711;1735;0618;VSTHRD200</NoWarn>
<ImplicitUsings>true</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>5.37.1</Version>
<Version>5.37.2</Version>
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions src/Testing/CoreTests/CoreTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
<ProjectReference Include="..\Module2\Module2.csproj"/>
<ProjectReference Include="..\OrderExtension\OrderExtension.csproj"/>
<ProjectReference Include="..\Module1\Module1.csproj"/>
<ProjectReference Include="..\TypeLoaderManifestModuleA\TypeLoaderManifestModuleA.csproj"/>
<ProjectReference Include="..\TypeLoaderManifestModuleB\TypeLoaderManifestModuleB.csproj"/>
<ProjectReference Include="..\Wolverine.ComplianceTests\Wolverine.ComplianceTests.csproj" />
<ProjectReference Include="..\..\Wolverine.RuntimeCompilation\Wolverine.RuntimeCompilation.csproj" />
</ItemGroup>
Expand Down
38 changes: 0 additions & 38 deletions src/Testing/TypeLoaderManifestModuleA/ModuleA.cs

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions src/Testing/TypeLoaderManifestModuleB/ModuleB.cs

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions src/Wolverine.SourceGeneration/HandlerTypeInfo.cs

This file was deleted.

17 changes: 0 additions & 17 deletions src/Wolverine.SourceGeneration/MessageTypeInfo.cs

This file was deleted.

21 changes: 0 additions & 21 deletions src/Wolverine.SourceGeneration/Wolverine.SourceGeneration.csproj

This file was deleted.

Loading
Loading