SAFE-template icon indicating copy to clipboard operation
SAFE-template copied to clipboard

dotnet CLI template for SAFE project

Results 54 SAFE-template issues
Sort by recently updated
recently updated
newest added

Hello! New to SAFE Stack (and the dotnet ecosystem), and excited to use it for some apps! The one thing that seems to be missing first-class support is the **ability...

docs
up-for-grabs

That's what e.g. ASP.NET Core Spa template [does](https://github.com/dotnet/aspnetcore/blob/main/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/template.json#L8) - you install single nuget package but it contains 3 distinct templates

A while ago I discussed with @Zaid-Ajaj the possibility of porting the wonderful [storybook](https://storybook.js.org/) to Fable.React and/or Feliz. This has been done [before](https://github.com/gamurs-group/fable-storybook), but this is a while ago. The...

Type: Discussion

Hello, I'm currently upgrading an app from SafeStack Template v1 to v2 and previously I didn't have any tests for a client, but since you have added the example in...

Type: Discussion

I've heard from a few people that are starting out with SAFE apps that they are coming up against the challenge of already having created some application, but would like...

Type: Discussion

Hello, I'm not sure if this is the right place to bring this up, but I would like to make a suggestion for SAFE. For the past couple of months,...

With the default SAFE Template, importing an npm-installed font via SCSS doesn't work. Errors are shown in the console stating "OTS parsing error: invalid sfntVersion". Replacing the following line in...

With the imminent release of Fantomas 5, we should upgrade the `dotnet-tools.json`: ```diff -"fantomas-tool": { +"fantomas": { - "version": "4.7.1", + "version": "5.0.0", "commands": [ "fantomas" ] }, ``` We...

- Add a Github action that is triggered on Github release - Automation of release notes process that is generated using the PR's merged since last release - Version is...

Currently, the build project sits right at the root folder of the template. Wouldn't it be better to move this to a 'build' folder instead? Only, then you can't just...