Skip to content

Commit 6af2167

Browse files
committed
Miscellaneous documentation updates
1 parent 4139d6a commit 6af2167

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Assert.That(eventWasRaised);
126126

127127
### Building
128128

129-
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.
129+
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.
130130

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

src/NSubstitute/Arg.cs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
// Disable nullability for client API, so it does not affect clients.
55
#nullable disable annotations
6-
#pragma warning disable CS1574
76
#pragma warning disable CS0419
87

98
namespace NSubstitute;

src/NSubstitute/Compatibility/CompatArg.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
// Disable nullability for client API, so it does not affect clients.
44
#nullable disable annotations
5-
#pragma warning disable CS1574
65
#pragma warning disable CS0419
76

87
namespace NSubstitute.Compatibility;

0 commit comments

Comments
 (0)