I'm having trouble using the provided documentation/demos.
Main problems:
- linux: demos are often windows-centric
- since I'm using linux, I can't use .NET-Framework4.x... -> dotnet core (dotnet core 5)
- FAKE and Paket have evolved, but most of the examples provided on https://safe-stack.github.io/docs/learning/ will not compile under linux
- NOTE: while learning SAFE, I don't want to spend my time also learning a new build system (FAKE) and a new package manager (Paket)... So, if SAFE uses FAKE and Paket, it should work out-of-the-box (IMHO).
All scenarios must work with linux and dotnetcore!
It would be nice to have "Best Practices" examples.
Here are some potential "Hello World" use cases:
- Primary goal: Local development using a docker container mssql under linux
- Secondary goal: howto setup cloud & deploy
- similar scenario: Interop with existing ef-core5 C# DLL.
- Primary goal: Local development using a docker container postgres under linux
- Secondary goal: howto setup cloud & deploy
- Primary goal: simple example: I can register
localhost
with github, and I can login when logged in to github - Secondary goal: howto automate without credentials in source control?
I'd love to write the missing documentation and examples, but I don't know how to solve the problems.
Anybody interested in some pair/mob programming?