Skip to content

Breaking change for single-file apps - #46945

Merged
gewarren merged 3 commits into
dotnet:mainfrom
gewarren:46356
Jun 26, 2025
Merged

Breaking change for single-file apps#46945
gewarren merged 3 commits into
dotnet:mainfrom
gewarren:46356

Conversation

@gewarren

@gewarren gewarren commented Jun 25, 2025

Copy link
Copy Markdown
Collaborator

Fixes #46356.
(Second commit is a find/replace across a few existing files.)

Preview


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/compatibility/10.0.md Breaking changes in .NET 10
docs/core/compatibility/cryptography/10.0/x509-publickey-null.md X509Certificate and PublicKey key parameters can be null
docs/core/compatibility/interop/10.0/native-library-search.md "Breaking change - Single-file apps no longer look for native libraries in executable directory"
docs/core/compatibility/interop/10.0/search-assembly-directory.md Specifying DllImportSearchPath.AssemblyDirectory only searches the assembly directory
docs/core/compatibility/networking/10.0/default-http-streaming.md docs/core/compatibility/networking/10.0/default-http-streaming
docs/core/compatibility/sdk/10.0/default-workload-config.md Change default workload configuration from 'loose manifests' to 'workload sets' mode
docs/core/compatibility/sdk/10.0/dotnet-cli-interactive.md Required explicitly to enable interactivity
docs/core/compatibility/sdk/10.0/http-warnings-to-errors.md "Breaking change - HTTP warnings promoted to errors in dotnet package list and dotnet package search"
docs/core/compatibility/toc.yml docs/core/compatibility/toc
docs/core/compatibility/windows-forms/10.0/menuitem-contextmenu.md Applications referencing both WPF and WinForms must disambiguate MenuItem and ContextMenu types
docs/core/compatibility/wpf/10.0/dynamicresource-crash.md "Breaking change - Incorrect usage of DynamicResource causes application crash"

@gewarren
gewarren requested a review from a team as a code owner June 25, 2025 09:34
@dotnetrepoman dotnetrepoman Bot added this to the June 2025 milestone Jun 25, 2025
@gewarren
gewarren requested a review from elinor-fung June 25, 2025 09:35

@BillWagner BillWagner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM.

Let's :shipit:

@gewarren
gewarren merged commit 852e318 into dotnet:main Jun 26, 2025
8 checks passed
@gewarren
gewarren deleted the 46356 branch June 26, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Breaking change]: Single-file applications no longer always look for native libraries in executable directory

2 participants