No description
- C# 33%
- SCSS 30.8%
- CSS 26.3%
- JavaScript 4.8%
- HTML 4.7%
- Other 0.4%
| .vscode | ||
| Controllers | ||
| Data | ||
| Entities | ||
| Extensions | ||
| Helpers | ||
| Interfaces | ||
| Migrations | ||
| Models | ||
| Services | ||
| Views | ||
| wwwroot | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| appsettings.Development.json | ||
| appsettings.json | ||
| LICENSE | ||
| nuget-host.csproj | ||
| omnisharp.json | ||
| Program.cs | ||
| README.md | ||
| Startup.cs | ||
| tempkey.rsa | ||
Usage
dotnet user-secrets set ConnectionStrings:DefaultConnection "Server=<lame-pgserver>;Port=<lame-pqport>;Database=<lame-dbname>;Username=<lame-dbusername>;Password=<lame-dbpass>;"
nuget sources remove -Name lame-dev
nuget sources add -Name lame-dev -Source Http://localhost:5000/packages
nuget push your-lame-versionned.nupkg -ApiKey <lame-api-key> -Source http://lame-url/packages