Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
f72ac9f9
Commit
f72ac9f9
authored
Apr 04, 2018
by
ObsidianMinor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated csharp/README.md to reflect testing changes
parent
8b2ba9e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
README.md
csharp/README.md
+2
-4
No files found.
csharp/README.md
View file @
f72ac9f9
...
...
@@ -44,10 +44,8 @@ they're only relevant when building the `Google.Protobuf` assembly.
Testing
=======
The unit tests use
[
NUnit 3
](
https://github.com/nunit/nunit
)
. NUnit doesn't yet
support
`dotnet test`
, so for now the test project is a console application
using NUnitLite. Simply run
`Google.Protobuf.Test.exe`
to run the unit tests
directly, or else use
`dotnet run`
.
The unit tests use
[
NUnit 3
](
https://github.com/nunit/nunit
)
. Tests can be
run using the Visual Studio Test Explorer or
`dotnet test`
.
.NET 3.5
========
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment