Spark - Discussions Enabled #3
Replies: 17 comments 22 replies
-
Love it! I have enabled notification on this repo so Ill get to follow everything! 😎 |
Beta Was this translation helpful? Give feedback.
-
Sounds very interesting the project. I´ll be following the changes to continue updated. |
Beta Was this translation helpful? Give feedback.
-
Hey saw your post on reddit today. I have been looking for a project like this! |
Beta Was this translation helpful? Give feedback.
-
Hey @westonwalker Thanks for creating this wonderful project. I always wanted to have something similar to Django admin in dotnet ecosystem as well. Spark can potentially be that thing. Do you have product roadmap in mind? I will try to contribute as much as I can. |
Beta Was this translation helpful? Give feedback.
-
I really like where this is going. And I like the way you have structured your code with the service layers etc. There are a couple of little things I notice need fixing. How can I contribute these? |
Beta Was this translation helpful? Give feedback.
-
Support for VS Code? (or at least get rid of the error message in Linux) I prefer doing development on Linux, which means using VS Code instead of Visual Studio. However the 'spark open' command doesn't work very well/at all, depending on the OS. On Windows, setting the association to use VS Code for .sln files results in the spark open command opening the solution file as a text file, but does not actually load the rest of the solution. This is because VS Code works a bit differently. With VS Code, you open the folder that the solution file is in, and then it scans for things that look like projects/solutions/etc. On Linux, currently it just crashes with this error message: One option is to add support for VS Code, in which case the 'open' command would run the 'code' program with the folder name as a parameter. But presumably this would require another configuration parameter to specify the choice of editor. I'm not really sure if it's worth adding yet another thing to configure just to support what might be a fairly limited use case. I'm happy to try and implement the change, but I just wanted to get some feedback as to whether it's worth it. But in any case, the backslash should be changed to use Path.DirectorySeparatorChar just to stop the command from crashing on Linux. |
Beta Was this translation helpful? Give feedback.
-
How is the Storage folder populated when creating a new App? I had an issue today where an app I created, then pushed to BitBucket and pulled down onto the dev server crashed when I tried to run it. The problem was that the Storage/Mail folder did not exist. This is probably because the top level .gitignore is set to ignore all .log files, so when I pushed the project to BitBucket it did not include the Storage/Mail folder because all the contents were ignored (*.log). The Storage/Logging folder exists in my repo because of the existence of a .gitignore file, which basically says "ignore everything except me". Obviously the way to fix this problem is to add the same .gitignore file to Storage/Mail. But I can't seem to see where these folders are created in the first place. |
Beta Was this translation helpful? Give feedback.
-
What is ApplicationDbContextModelSnapshot.cs in the Migrations folder? If I want to get rid of all the migrations and start again with a clean slate, should I also delete this file? |
Beta Was this translation helpful? Give feedback.
-
As mentioned in another discussion thread, BlazorSpark is being renamed to Spark.NET. This is mainly because I want to support other ASP.NET project types. Particularly MVC, Razor Pages, MVC API and Blazor SSR. These changes will be additive and won't take away from using Blazor if you choose. Over the next couple weeks I'm going to work on adding new templates for MVC and Razor pages. Because you can't rename Nuget packages, I had to deprecate the old Nuget packages and upload new ones. You can find the 3 Nuget packages here: The documentation website url has also been updated: On the docs site, there is an upgrade guide to move from BlazorSpark to Spark.NET. It's super simple: |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for the "Spark" project. I have just one question: does it make any sense to use MudBlazor with Spark? Is there any limitation or obstacle? |
Beta Was this translation helpful? Give feedback.
-
Hi I am following your blog video. But i don't use the pico css, i go with the default, tailwind. But it seems tailwind is not working. In my create form, the form is messed up. |
Beta Was this translation helpful? Give feedback.
-
MudBlazor with Spark |
Beta Was this translation helpful? Give feedback.
-
Hey there! I started building my clubs website using this framework and its awesome! Question for authentication how can I extend it using oauth or enabling an email verification? |
Beta Was this translation helpful? Give feedback.
-
FYI, I'm going to work on setting up a Discord server this week. Stay tuned :) |
Beta Was this translation helpful? Give feedback.
-
Spark now has an official Discord! https://discord.gg/avRzNqtY |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Thanks for checking out the Blazor Spark project.
This is a place to discuss ideas, the future of Spark, and potential issues you are having.
Cheers! - Wes
Beta Was this translation helpful? Give feedback.
All reactions