-
Notifications
You must be signed in to change notification settings - Fork 11
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
Failed to generate output: ArgumentNullException #239
Comments
That error message is displayed when the compilation fails to obtain information about the primitive type. So, it is probably an environmental issue (runtime/sdk version, project TFM, etc.) Please try to generate the code correctly in this repository's Here is example.
|
Clean clone from the default branch, same issue unfortunately:
|
What is your project's TFM and installed SDK version?
|
My project currently targets: |
I'm having the same type of issue or not having any client generated at all when using .NET 9.0 SDKs. It seems the tools isn't compatible with that version of the SDK. |
I see the same with SDK |
I cloned the whole repo + Tapper and pulled all the projects into my solution as project references and changed all TFMs to So I'm pretty sure you just need to add a .NET 9 build target here. |
I was interested in trying this tool, but after following the example in the usage instructions i get the following error message from the tool:
I installed all 3 packages to my project, added the
[Hub]
attribute to the interface on my example hub and the[Receiver]
attribute to the client interface provided inHub<IClient>
.Did i miss some important step?
The text was updated successfully, but these errors were encountered: