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

Fix unexpected Remoting V1 deprecation errors #397

Merged
merged 8 commits into from
Feb 26, 2025

Conversation

olegsych
Copy link
Member

@olegsych olegsych commented Feb 25, 2025

  • Restore original behavior of the ActorRemotingProviderAttribute and ServiceRemotingProviderAttribute on NetStandard so that explicitly specifying a redundant assembly attribute is not required. The attribute is now required only on NetFx.
  • Create NetFx test projects with the minimum set of tests for now to verify new NetFx behavior.
  • Make build.yml use pre-installed .NET 9 and disable strong name verification to enable testing of the delay-signed NetFx assemblies.
  • Make remoting provider error messages more descriptive.
  • Make FabActUtil report exception messages as build errors and stack trace as build messages.
  • Increment build number for integration in WindowsFabric repo.

@olegsych olegsych marked this pull request as ready for review February 26, 2025 01:27
@olegsych olegsych requested a review from plave0 February 26, 2025 01:27
@olegsych olegsych enabled auto-merge (squash) February 26, 2025 01:27
@olegsych olegsych merged commit f86f9cc into develop Feb 26, 2025
2 checks passed
@olegsych olegsych deleted the user/olegsych/FixRemoting branch February 26, 2025 09:33
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.

2 participants