Skip to content
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

[Bug] Issue with final text being encoded #184

Closed
RussKahler1970 opened this issue Oct 19, 2021 · 5 comments · Fixed by #200
Closed

[Bug] Issue with final text being encoded #184

RussKahler1970 opened this issue Oct 19, 2021 · 5 comments · Fixed by #200
Labels
bug Something isn't working

Comments

@RussKahler1970
Copy link

I am trying to add a base class which is supporting generics.
I am getting this
public partial class MyEntity: EntityBase<int>

When I want
public partial class MyEntity: EntityBase

Any thoughts on how to deal with this?

@RussKahler1970 RussKahler1970 added the question Further information is requested label Oct 19, 2021
@tonysneed
Copy link
Contributor

I’ll need more context to help. Do you have a sample repo to share?

@RussKahler1970
Copy link
Author

RussKahler1970 commented Nov 5, 2021

Sorry I had it backwards above.

I want public partial class MyEntity: EntityBase< int >

but I don't know how to add in the class template to get the generics to work. I end up with the '<' abd '>' url escaped.

@tonysneed
Copy link
Contributor

This is a dup of #30. We are waiting for a fix from Handlebars to merge the fix #180. I’ll ping them to check on progress.

@tonysneed
Copy link
Contributor

Closing as a duplicate of #30. Waiting for Handlebars.Net to fix this issue.

@tonysneed
Copy link
Contributor

Re-opening to see if fix to Handlebars.Net would address this as well.

@tonysneed tonysneed reopened this Dec 2, 2021
@tonysneed tonysneed added bug Something isn't working and removed question Further information is requested labels Dec 12, 2021
@tonysneed tonysneed changed the title [Question] Issue with final text being encoded [Bug] Issue with final text being encoded Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants