Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfilippov/mmgslngen
https://github.com/mfilippov/mmgslngen
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfilippov/mmgslngen
- Owner: mfilippov
- License: mit
- Created: 2019-02-11T09:45:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T13:08:20.000Z (10 months ago)
- Last Synced: 2024-10-04T13:44:12.865Z (3 months ago)
- Language: C#
- Size: 22.5 KB
- Stars: 16
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Tool for generation boilerplate solution to performance investigations.**
Usage:
```
dotnet run [Mode(NonSdk|Sdk)] [DestinationFolder] [ProjectCount] [ClassesPerProject]
```
where:
* `Mode` defines if SDK-style projects will be used (see https://docs.microsoft.com/en-us/dotnet/standard/frameworks),
* `DestinationFolder` sets output directory, where `TestSolution` output folder
will be created
* `ProjectCount` defines number of generated projects in the solution
* `ClassesPerProject` defines number of classes in each project