Skip to content

Commit 74d8b19

Browse files
authored
Revert FullPath breaking change (#29949)
1 parent 48f430a commit 74d8b19

File tree

4 files changed

+4
-42
lines changed

4 files changed

+4
-42
lines changed

.openpublishing.redirection.core.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
"redirect_url": "/dotnet/core/compatibility/serialization/6.0/jsonserializer-source-generator-overloads",
6767
"redirect_document_id": true
6868
},
69+
{
70+
"source_path_from_root": "/docs/core/compatibility/core-libraries/7.0/filesystemeventargs-fullpath.md",
71+
"redirect_url": "/dotnet/core/compatibility/7.0"
72+
},
6973
{
7074
"source_path_from_root": "/docs/core/compatibility/extensions/6.0/bind-single-elements-to-array.md",
7175
"redirect_url": "/dotnet/core/compatibility/6.0"

docs/core/compatibility/7.0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ If you're migrating an app to .NET 7, the breaking changes listed here might aff
3535
| [C++/CLI projects in Visual Studio](core-libraries/7.0/cpluspluscli-compiler-version.md)
3636
| [Collectible Assembly in non-collectible AssemblyLoadContext](core-libraries/7.0/collectible-assemblies.md) || ✔️ | Preview 5 |
3737
| [Equals method behavior change for NaN](core-libraries/7.0/equals-nan.md) || ✔️ | Preview 5 |
38-
| [FullPath and OldFullPath return fully qualified path](core-libraries/7.0/filesystemeventargs-fullpath.md) | ✔️ || Preview 1 |
3938
| [Generic type constraint on PatternContext\<T>](core-libraries/7.0/patterncontext-generic-constraint.md) ||| Preview 3 |
4039
| [SerializationFormat.Binary is obsolete](core-libraries/7.0/serializationformat-binary.md) ||| Preview 2 |
4140
| [Validate CompressionLevel for BrotliStream](core-libraries/7.0/compressionlevel-validation.md) || ✔️ | Preview 1 |

docs/core/compatibility/core-libraries/7.0/filesystemeventargs-fullpath.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

docs/core/compatibility/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ items:
5151
href: core-libraries/7.0/collectible-assemblies.md
5252
- name: Equals method behavior change for NaN
5353
href: core-libraries/7.0/equals-nan.md
54-
- name: FullPath and OldFullPath return fully qualified path
55-
href: core-libraries/7.0/filesystemeventargs-fullpath.md
5654
- name: Generic type constraint on PatternContext<T>
5755
href: core-libraries/7.0/patterncontext-generic-constraint.md
5856
- name: SerializationFormat.Binary is obsolete
@@ -769,8 +767,6 @@ items:
769767
href: core-libraries/7.0/collectible-assemblies.md
770768
- name: Equals method behavior change for NaN
771769
href: core-libraries/7.0/equals-nan.md
772-
- name: FullPath and OldFullPath return fully qualified path
773-
href: core-libraries/7.0/filesystemeventargs-fullpath.md
774770
- name: Generic type constraint on PatternContext<T>
775771
href: core-libraries/7.0/patterncontext-generic-constraint.md
776772
- name: SerializationFormat.Binary is obsolete

0 commit comments

Comments
 (0)