Skip to content

Commit

Permalink
Remove Visual Studio for Mac from readme (#807)
Browse files Browse the repository at this point in the history
-  Remove Visual Studio for Mac from readme as it is deprecated [1]
-  Remove some not needed warning suppressions

[1]: https://devblogs.microsoft.com/visualstudio/visual-studio-for-mac-retirement-announcement/
  • Loading branch information
Romfos committed May 8, 2024
1 parent 4139d6a commit 4a5e6b6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Assert.That(eventWasRaised);

### Building

NSubstitute and its tests can be compiled and run using Visual Studio and Visual Studio for Mac. Note that some tests are marked `[Pending]` and are not meant to pass at present, so it is a good idea to exclude tests in the Pending category from test runs.
NSubstitute and its tests can be compiled and run using Visual Studio, Visual Studio Code or any other editor with .NET support. Note that some tests are marked `[Pending]` and are not meant to pass at present, so it is a good idea to exclude tests in the Pending category from test runs.

There are also build scripts in the `./build` directory for command line builds, and CI configurations in the project root.

Expand Down
1 change: 0 additions & 1 deletion src/NSubstitute/Arg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

// Disable nullability for client API, so it does not affect clients.
#nullable disable annotations
#pragma warning disable CS1574
#pragma warning disable CS0419

namespace NSubstitute;
Expand Down
1 change: 0 additions & 1 deletion src/NSubstitute/Compatibility/CompatArg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

// Disable nullability for client API, so it does not affect clients.
#nullable disable annotations
#pragma warning disable CS1574
#pragma warning disable CS0419

namespace NSubstitute.Compatibility;
Expand Down

0 comments on commit 4a5e6b6

Please sign in to comment.