Commit e15f721
committed
fix(audience-sample): grant SampleApp.Tests access to internal SSOT and add missing Css.Last
Three latent compile errors in the sample-app Tests assembly that
the dotnet test runner did not surface (those tests run only under
Unity Test Runner) but Unity flagged on first compile, plus the
missing .meta files Unity asks for on next project open.
- SDK Runtime AssemblyInfo.cs grants InternalsVisibleTo to "Immutable.Audience.Samples.SampleApp.Tests" so the live-fire fixture can read AudiencePaths, EventNames, EventPropertyKeys, MessageFields, and the rest of the centralised SSOT directly instead of hand-rolling wire strings.
- New AssemblyInfo.cs in the sample-app Scripts assembly grants the same access so SampleAppUi, SampleAppCustomEvents, and SampleAppCustomEventPropertyKeys are reachable from the live-fire and UXML-alignment fixtures.
- SampleAppUi.Css gains the Last constant ("last"), referenced by AudienceSample.UI when marking the trailing actions row in a typed-event accordion.
- Adds the missing .meta files Unity flags on first open: README, Tests/Editor and DeviceCollectorTests, Tests/Runtime/MessagesTests and WireFixture, Tests/Runtime/SampleAppUxmlAlignmentTests, and the new sample-app AssemblyInfo.1 parent f60680e commit e15f721
10 files changed
Lines changed: 81 additions & 0 deletions
File tree
- examples/audience/Assets/SampleApp
- Scripts
- Tests/Runtime
- src/Packages/Audience
- Runtime
- Tests
- Editor
- Runtime
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
249 | 253 | | |
250 | 254 | | |
251 | 255 | | |
| |||
Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments