Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Initial dotnet 9 version and AOT #306

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Conversation

Tapanila
Copy link
Owner

@Tapanila Tapanila commented Jul 21, 2024

Trying out what it would take to switch to .net8 and also enable AOT compilation

@Tapanila Tapanila changed the title WIP: Initial dotnet 8 version and AOT WIP: Initial dotnet 9 version and AOT Dec 3, 2024
Removed numerous unused using directives across multiple files to clean up the codebase. Updated `Sharpcaster.Test.csproj` to use `xunit.runner.visualstudio` version `3.0.0`. Updated `Sharpcaster.csproj` to use `Google.Protobuf` version `3.29.2` and `Roslynator.Analyzers` version `4.12.10`. Modified `JsonTesting.cs` to correct the order of arguments in `Assert.AreEqual`. Updated `Sharpcaster.Test.Aot.csproj` to include new `PackageReference` elements. Adjusted `MemberData` attributes in `ChromecastApplicationTester.cs`.
Refactored `MediaChannel` and `ReceiverChannel` to inherit from `ChromecastChannel` and handle single status objects. Removed `StatusChannel.cs` and integrated its functionality. Updated `MemberData` attributes in test files to use `ChromecastReceiversFilter.GetAny`. Enhanced error handling in `MediaChannelTester.cs` and increased delay in `QueueLoadAsync` test. Added media metadata in `TestHelper.cs`. Renamed `StopMessage` to `StopMediaMessage` and updated related types. Uncommented code in `MemoryAllocationTester.cs`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant