-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shebang Generated.tt failing to reference Reaqtive assemblies #119
Comments
It also appears that the Subscribable is missing:
Can we get a new package version? |
I now have the solution building without having to build local code, I was able to get the actual latest version of the build not yet on nuget by downloading the
The following in the Reaqtor.Shebang.App.csproj stops the output files being output for this project
|
I have created the following repo (https://github.com/ScottKane/Reaqtor.Shebang) pulling the Shebang sample out of the reactor repo, I have replaced project references with the equivalent nuget packages. I've also just made everythin
net50
/netstandard2.1
.The text templating generators can't seem to load the
Reaqtive.Interfaces
,Reaqtive.Core
, andReaqtive.Linq
assemblies.https://github.com/ScottKane/Reaqtor.Shebang/blob/master/Reaqtor.Shebang.Client/ClientContext.Generated.tt
https://github.com/ScottKane/Reaqtor.Shebang/blob/master/Reaqtor.Shebang.Client/Reaqtor.Shebang.Client.csproj
What should I be doing here to pull these dependencies through?
Thanks
The text was updated successfully, but these errors were encountered: