You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-9
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ public class Hello
108
108
- Ensure the `AssemblyPath` matches the path where your dll was built.
109
109
- Note that you can enter the path relative to the working directory like in the config example above.
110
110
- Run the generator: `beyondnetgen Config.json`.
111
-
- On a Mac Studio M2 Ultra, this takes a little more than a minute while on an 8-Core Intel Xeon iMac Pro, it takes around 3 minutes. So it might be worth getting some coffee depending on your hardware.
111
+
- On a Mac Studio M2 Ultra, this takes a little more than a minute while on an 8-Core Intel Xeon iMac Pro, it takes around 3 minutes. So it might be worth getting some coffee depending on your hardware. (TODO: Outdated info, as now with parallel building support the times are way better)
112
112
- The individual code generation and builds steps are shown in the terminal.
113
113
- The last printed line should include the path where the build output has been written to (ie. `Build Output has been written to "/Path/To/BeyondDemo/bin/Release/net8.0/publish"`).
114
114
- Check the contents of the build output path: `ls bin/Release/net8.0/publish`
0 commit comments