temporalio / sdk-dotnet

Temporal .NET SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Confirm .NET Framework properly copies binaries as expected

cretz opened this issue · comments

Describe the solution you'd like

We only test with .NET 6+ even though we build for .NET Framework too. We need to make sure the NuGet package created works with .NET Framework and properly copies the native DLL. This is probably best as an additional test/Temporalio.SmokeTestNetFramework project that is checked as part of the .github/workflows/package.yml workflow like the regular smoke test project does today.