pakrym / jab

C# Source Generator based dependency injection container implementation.
MIT License
1.04k stars 35 forks source link

Support .NET 8.0 #145

Closed skarllot closed 11 months ago

skarllot commented 11 months ago

The issue or feature being addressed

Ensure that Jab is compatible with .NET 8.0 SDK.

Details on the issue fix or feature implementation

Add target to .NET 8.0 for testing and benchmarking projects.

skarllot commented 11 months ago

@pakrym not sure what is wrong with Pack step

skarllot commented 11 months ago

I found the problem. It is because .NET 8.0 packs using Release configuration that is not built.

pakrym commented 11 months ago

Thank you @skarllot !