You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(audience): add dotnet test project and GitHub Actions workflow (SDK-128)
- Audience.Runtime.csproj + Audience.Tests.csproj: dotnet test harness for
pure-C# modules (no Unity license needed in CI)
- AssemblyInfo.cs: InternalsVisibleTo for test assembly, fixes internal
visibility for both Unity test runner and dotnet
- test-audience-sdk.yml: workflow triggers on PRs/pushes touching
src/Packages/Audience/**
- Fix Identity.Reset() to swallow DirectoryNotFoundException (not just
FileNotFoundException) when consent=None left no directory on disk
0 commit comments