Replies: 3 comments 4 replies
-
|
great issue, thanks for the feedback. Yes, we've been on a pretty narrow path, and at the moment i've always been building from the root SLN, rather than opening single samples. I'll take a pass on SLN for every sample so that they can be opened independently. Did you get a chance to try building from the root SLN? |
Beta Was this translation helpful? Give feedback.
-
|
SLNX added for each sample, should be easier to get started now. |
Beta Was this translation helpful? Give feedback.
-
|
@mrlacey here's another tip for getting started: Next place the From command you can now get started easily with a new project: I'm assuming this will be closer to the actual experience once this all goes live. Perhaps by then the samples will also just reference the nuget packages so they are easier to run by themselves? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After first reading a lot (but not all) of the documentation, I wanted to try some things out and see the code running myself.
I started with the
TodoAppsample as I'd seen that mentioned while reading the docs and thought it would be a simple place to start.On a clean machine, I cloned the repo and opened
samples\TodoApp\TodoApp.slnCopilot could quickly fix this issue
but then I hit another one.
reactor.csproj couldn't find
Reactor.Localization.Generator.dllThis was because I'd never built the core functionality
I ended up having to build
Reactor. Localization.Generator.csprojandReactor. Analysers.csprojbefore I could build and run the sample.I assumed that I must have missed something when reading the docs, so I went back to the main readme
I skipped over creating a new app (because I wanted something simple)
I saw the WordPuzzle sample project listed and thought I'd try that instead.
Using the command from the docs, I ended up with another error:
WordPuzzle.csprojinside VS, and it did build and run from there.Takeaways:
Beta Was this translation helpful? Give feedback.
All reactions