dotnet_template

A template repository for building and testing .NET commandline applications.

https://github.com/michabirklbauer/dotnet_template

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary

Keywords

csharp dotnet template
Last synced: 6 months ago · JSON representation

Repository

A template repository for building and testing .NET commandline applications.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
csharp dotnet template
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

Template Repository for .NET / C# Commandline Applications

A template repository for building and testing .NET commandline applications.

Checklist

  • Adjust this README.md according to your needs.
  • Adjust .gitattributes according to your needs.
  • Adjust .gitignore according to your needs.
  • Replace copyright name in LICENSE or add your own license.
  • Setup your CITATION.cff according to your needs [or delete file].
  • Change the filenames of App.cs, App.csproj and App.sln to something suitable for your application.
  • Edit the App.sln to include the new filenames.
  • Update the variables in util/AssemblyInfo.cs.
  • Update all workflows in .github/workflows.
  • Write suitable tests in .tests.
  • Update name, description and version of your application in the docs/Doxyfile and generate documentation with Doxygen.
  • Don't forget to update the binaries in .release as soon as you have a first version of your application.
  • Implement your .NET project!

Known Issues

List of known issues

Citing

If you are using PLACEHOLDER please cite: Very important title Important Author, and Another Important Author Journal of Cool Stuff 2023 12 (3), 4567-4589 DOI: 12.3456/cool-stuff

License

Contact

Owner

  • Name: Micha Birklbauer
  • Login: michabirklbauer
  • Kind: user
  • Location: Linz, Austria

Data Scientist & Bioinformatician @ FHOOE Hagenberg

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 10 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 10 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • michabirklbauer (3)
Top Labels
Issue Labels
Pull Request Labels
documentation (2) enhancement (2)

Dependencies

.github/workflows/build-linux.yml actions
  • actions/checkout v4 composite
  • actions/setup-dotnet v4 composite
  • actions/upload-artifact v4 composite
.github/workflows/build-macos.yml actions
  • actions/checkout v4 composite
  • actions/setup-dotnet v4 composite
  • actions/upload-artifact v4 composite
.github/workflows/build-windows.yml actions
  • actions/checkout v4 composite
  • actions/setup-dotnet v4 composite
  • actions/upload-artifact v4 composite
.github/workflows/dev-test.yml actions
  • actions/checkout v4 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-python v5 composite
.github/workflows/test-linux.yml actions
  • actions/checkout v4 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-python v5 composite
.github/workflows/test-macos.yml actions
  • actions/checkout v4 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-python v5 composite
.github/workflows/test-windows.yml actions
  • actions/checkout v4 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-python v5 composite
App.csproj nuget
  • CommandLineParser 2.9.1
  • Serilog 4.0.0
  • Serilog.Sinks.File 5.0.0