Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • gitkeep
  • Sprint/2022-01
  • dev protected
  • Sprint/2020-10
  • Sprint/2020-09
  • Product/701-realRds
  • Hotfix/774-fixAnalyticsLogs
  • Topic/787-realRds
  • Hotfix/784-uploadBlock
  • Sprint/2020-07
  • Product/772-s3ResourceUrl
  • Topic/776-s3ResourceUrl
  • Sprint/2020-05
  • Product/639-readableLogs
  • Hotfix/737-decapitalizeConfigKeys
  • Topic/671-readableLogs
  • Sprint/2020-04
  • Product/654-filesView
  • Topic/664-filesView
  • v1.6.1
  • v1.6.0
  • v1.5.0
  • v1.4.1
  • v1.4.0
  • v1.3.0
  • v1.2.1
  • v1.2.0
  • v1.1.0
29 results

file

  • Clone with SSH
  • Clone with HTTPS
  • Marcel Nellesen's avatar
    Marcel Nellesen authored
    Sprint/2020-10
    
    See merge request coscine/api/file!19
    f869882b
    History

    C# Template

    This template includes:

    • Automatic building using cake
    • Automatic testing with NUnit
    • Automatic linting with Resharper
    • Automatic documentation publishing using Gitlab CI / CD and a self written script which puts the docs in the docs folder to the wiki
    • Automatic releases using semantic-release (ESLint Code Convention), cake and Gitlab CI / CD

    What you need to do

    Place you C# project solution file in .src/. Make sure Create directory for solution is unticked.

    alt text

    Delete unused docs and update this README.

    Add NUnit tests to your solution.

    Building

    Build this project by running either the build.ps1 or the build.sh script. The project will be build and tested.

    Links