Skip to content

Revert FullPath breaking change #29949

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

Merged
merged 2 commits into from
Jul 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .openpublishing.redirection.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
"redirect_url": "/dotnet/core/compatibility/serialization/6.0/jsonserializer-source-generator-overloads",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/core/compatibility/core-libraries/7.0/filesystemeventargs-fullpath.md",
"redirect_url": "/dotnet/core/compatibility/7.0"
},
{
"source_path_from_root": "/docs/core/compatibility/extensions/6.0/bind-single-elements-to-array.md",
"redirect_url": "/dotnet/core/compatibility/6.0"
Expand Down
1 change: 0 additions & 1 deletion docs/core/compatibility/7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ If you're migrating an app to .NET 7, the breaking changes listed here might aff
| [C++/CLI projects in Visual Studio](core-libraries/7.0/cpluspluscli-compiler-version.md)
| [Collectible Assembly in non-collectible AssemblyLoadContext](core-libraries/7.0/collectible-assemblies.md) | ❌ | ✔️ | Preview 5 |
| [Equals method behavior change for NaN](core-libraries/7.0/equals-nan.md) | ❌ | ✔️ | Preview 5 |
| [FullPath and OldFullPath return fully qualified path](core-libraries/7.0/filesystemeventargs-fullpath.md) | ✔️ | ❌ | Preview 1 |
| [Generic type constraint on PatternContext\<T>](core-libraries/7.0/patterncontext-generic-constraint.md) | ❌ | ❌ | Preview 3 |
| [SerializationFormat.Binary is obsolete](core-libraries/7.0/serializationformat-binary.md) | ❌ | ❌ | Preview 2 |
| [Validate CompressionLevel for BrotliStream](core-libraries/7.0/compressionlevel-validation.md) | ❌ | ✔️ | Preview 1 |
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions docs/core/compatibility/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ items:
href: core-libraries/7.0/collectible-assemblies.md
- name: Equals method behavior change for NaN
href: core-libraries/7.0/equals-nan.md
- name: FullPath and OldFullPath return fully qualified path
href: core-libraries/7.0/filesystemeventargs-fullpath.md
- name: Generic type constraint on PatternContext<T>
href: core-libraries/7.0/patterncontext-generic-constraint.md
- name: SerializationFormat.Binary is obsolete
Expand Down Expand Up @@ -751,8 +749,6 @@ items:
href: core-libraries/7.0/collectible-assemblies.md
- name: Equals method behavior change for NaN
href: core-libraries/7.0/equals-nan.md
- name: FullPath and OldFullPath return fully qualified path
href: core-libraries/7.0/filesystemeventargs-fullpath.md
- name: Generic type constraint on PatternContext<T>
href: core-libraries/7.0/patterncontext-generic-constraint.md
- name: SerializationFormat.Binary is obsolete
Expand Down