generated from GuilhermeStracini/POC-dotnet-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename project * Fix files * Update POCTensorFlow.sln --------- Co-authored-by: Guilherme Branco Stracini <[email protected]>
- Loading branch information
1 parent
20a4380
commit bd3a0f1
Showing
12 changed files
with
32 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,35 @@ | ||
# PoC .NET template | ||
# Project Title | ||
|
||
A template repository for .NET PoC (Proof of Concept) | ||
One Paragraph of the project description goes here. | ||
|
||
--- | ||
## Getting Started | ||
|
||
- Create a new repository using this one as a template (click the green button at the top right of this page). | ||
- Edit [README.md](README.md) file to align with your PoC. | ||
- Change the solution and projects to suit your investigation/test/concept. | ||
These instructions will get you a copy of the project up and running on your local machine for development and testing. See deployment for notes on deploying the project on a live system. | ||
|
||
## Installation Guide | ||
## Useful links | ||
|
||
Follow these steps to set up the project. This guide includes installation scripts for PowerShell, Shell/Bash, and Batch. | ||
- A list of links | ||
- Documentation | ||
- Or just examples | ||
|
||
### PowerShell | ||
### Prerequisites | ||
|
||
```ps | ||
.\install.ps1 | ||
What things do you need to install the software, and how to install them | ||
|
||
``` | ||
Give examples | ||
``` | ||
|
||
### Shell/Bash | ||
### Installing | ||
|
||
```bash | ||
./install.sh | ||
``` | ||
A step-by-step series of examples that tell you how to get a development env running | ||
|
||
### Batch | ||
Say what the step will be | ||
|
||
```batch | ||
.\install.bat | ||
``` | ||
Give the example | ||
``` | ||
|
||
Repeat until finished | ||
|
||
End with an example of getting some data out of the system or using it for a little demo. |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace POCTemplate; | ||
namespace POCTensorFlow; | ||
|
||
internal static class Program | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Tests/POCTemplate.Tests/UnitTest1.cs → Tests/POCTensorFlow.Tests/UnitTest1.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using FluentAssertions; | ||
|
||
namespace POCTemplate.Tests; | ||
namespace POCTensorFlow.Tests; | ||
|
||
public class UnitTest1 | ||
{ | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.