Skip to content

Commit 6fd1f46

Browse files
committed
Remove gitpod config and add note about protoc requirement for tests
Signed-off-by: Patrick Dwyer <[email protected]>
1 parent 2c05dcc commit 6fd1f46

File tree

3 files changed

+2
-51
lines changed

3 files changed

+2
-51
lines changed

.gitpod.Dockerfile

-29
This file was deleted.

.gitpod.yml

-16
This file was deleted.

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Pull requests are welcome. But please read the
6868

6969
To build and test the solution locally standard commands like `dotnet build` and `dotnet test` work.
7070

71+
The protocol buffer tests require the protocol buffer compiler executable `protoc` to be available in your path.
72+
7173
Documentation is generated using [DocFX](https://dotnet.github.io/docfx/index.html).
7274

7375
It is generally expected that pull requests will include relevant tests.
@@ -76,9 +78,3 @@ And build warnings will break the build.
7678

7779
If you are having trouble debugging a test that is failing for a platform you
7880
don't have access to please us know.
79-
80-
Thanks to [Gitpod](https://gitpod.io/) there is a really easy way of
81-
creating a ready to go development environment with VS Code. All from your
82-
browser.
83-
84-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/CycloneDX/cyclonedx-dotnet-library)

0 commit comments

Comments
 (0)