Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheepreaper/iheartfiction
https://github.com/sheepreaper/iheartfiction
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sheepreaper/iheartfiction
- Owner: SheepReaper
- License: mit
- Created: 2019-07-06T21:56:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T03:42:47.000Z (6 months ago)
- Last Synced: 2024-05-23T04:54:54.347Z (6 months ago)
- Language: C#
- Size: 497 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## IHeartFiction
### IDE requirements (If using Visual Studio)
- Version: 2019 Preview (16.2.0 preview 3.0) OR 2019 with experimental frameworks enabled.
- Extension: WebCompiler
- Extension: Blazor
- Extension: Microsoft Library Manager### SDK Requirements
- Microsoft .NET Core SDK 3.0 preview 6### Build steps
- Make sure client side libraries are restored in FictionScraper.Client (should happen automatically, but w/e)
- You can debug FictionScraper.Server in VS, but I usually just use `dotnet watch run` from a shell for automatic rebuilds.### Troubleshooting
If you get an error from web compiler stating that the path to 7z.dll is inaccessible, you may need to run visual studio as admin once to clear this up. (Bug in web compiler setup: https://github.com/madskristensen/WebCompiler/issues/390)