Skip to content
Snippets Groups Projects
Select Git revision
  • gitkeep
  • dev protected
  • master default protected
  • Issue/2309-docs
  • Hotfix/2455-missingQuotaCheck
  • Issue/2328-noFailOnLog
  • Issue/2414-resourceTypesAffilAndAllocQuota
  • Hotfix/2427-adminTrouble
  • Hotfix/2428-savingRwthRdsS3
  • Fix/xxxx-enableResTypesForAllOrgas
  • Hotfix/2392-fixEmptyResult
  • Issue/2326-supportedOrganizations
  • Hotfix/2382-guestStillBuggy
  • Hotfix/2377-hidingSensibleInformationGuestRole
  • Hotfix/2371-fixGitLabinRCV
  • Fix/xxxx-activateGitlab
  • Test/xxxx-enablingGitLab
  • Issue/2275-DocuGitlabResourceType
  • Issue/2349-gitlabHttps
  • Issue/2287-guestRole
  • v3.5.7
  • v3.5.6
  • v3.5.5
  • v3.5.4
  • v3.5.3
  • v3.5.2
  • v3.5.1
  • v3.5.0
  • v3.4.4
  • v3.4.3
  • v3.4.2
  • v3.4.1
  • v3.4.0
  • v3.3.3
  • v3.3.2
  • v3.3.1
  • v3.3.0
  • v3.2.5
  • v3.2.4
  • v3.2.3
40 results

resources

  • Clone with SSH
  • Clone with HTTPS
  • 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