Skip to content

Commit a8a8d35

Browse files
Update docs/msbuild/errors/msb3825.md
Co-authored-by: Rainer Sigwald <[email protected]>
1 parent f78c4f4 commit a8a8d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/errors/msb3825.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This warning occurs with .NET 8 and earlier. The deprecated .NET type <xref:Syst
4545

4646
## Resolution
4747

48-
If you upgrade to .NET 9, you won't get this warning, but you'll have to implement another solution if your code uses `BinaryFormatter`. See the [migration guide](https://aka.ms/binaryformatter-migration-guide) for alternatives to `BinaryFormatter`.
48+
If you upgrade to .NET 9, you won't get this warning for resources, but may have to implement another solution if another part of your code uses `BinaryFormatter`. See the [migration guide](https://aka.ms/binaryformatter-migration-guide) for alternatives to `BinaryFormatter`.
4949

5050
For .NET 8 and earlier, you can suppress the warning either by setting the `GenerateResourceWarnOnBinaryFormatterUse` property to false, as mentioned in the message, or by setting the `$(NoWarn)` property to a property group in your project file, as follows:
5151

0 commit comments

Comments
 (0)