Claude/cli bluetooth raspberry pi f8571a - #4
Merged
Conversation
ReadFrom.Configuration can't scan for sink assemblies in a single-file publish,
so trackify crashed at startup ("No Serilog:Using ... no Serilog assemblies
were found"). Pass the Console sink assembly explicitly via
ConfigurationReaderOptions in both the CLI and the server startup.
Co-Authored-By: Claude Opus 4.8 <[email protected]>
`dotnet publish -r linux-arm64` (the Pi deploy) failed at restore with NU1102 for Microsoft.NETCore.App.Runtime.Mono.<rid>, because Trackify.Application multi-targets the mobile net10.0-android (Mono) TFM and a desktop/server RID publish tried to restore a Mono runtime pack that doesn't exist for .NET 10 — so no trackify executable was produced. Application now exposes only the transport-free net TFMs (net10.0;net9.0) when a non-mobile RID is set, and keeps the full per-head set for plain builds and mobile (android/ios) RIDs. Verified: `-r linux-arm64` single-file R2R publish now produces trackify + appsettings.json; app heads + tests unaffected. Caveat: publishing the Windows app head WITH a win RID (Store packaging) would now resolve Application's net10.0 instead of net10.0-windows; dev builds (no RID) are unaffected. Co-Authored-By: Claude Opus 4.8 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.