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] missing RenderWithMaskElementGroup #2

Open
aboimpinto opened this issue Nov 22, 2023 · 5 comments
Open

[BUG] missing RenderWithMaskElementGroup #2

aboimpinto opened this issue Nov 22, 2023 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@aboimpinto
Copy link

Describe the bug
I cloned the project into my Ubuntu and tried to compile and the result was an error because could not find RenderWithMaskElementGroup in the context.

To Reproduce

Expected behavior
Well ... be able to compile it

Screenshots
image

Desktop (please complete the following information):

  • OS: Ubuntu

Additional context

@aboimpinto aboimpinto added the bug Something isn't working label Nov 22, 2023
@liwuqingxin
Copy link
Owner

What's branch you using? Please give a try with 'dev' branch.

By the way there are some issues I do not fix and I have no plan about this library in the near future. If you just take a look at this library, it is no problem.

If you have any other problem with this library, issue is welcome.

@aboimpinto
Copy link
Author

I'm using the Master branch ... I will try the "dev" branch then ...
thank you very much for the work you have done and allow people to take a look and use it ...

@liwuqingxin
Copy link
Owner

I will continue to do this work next year. 😄

@aboimpinto
Copy link
Author

I still have some issues here ... I tried to open this on VS2022, and I get all these compilation errors:

image

I need help finding these interfaces in the solution...

In this class, he says he cannot find the CompileGenerator, but the project compiles with no problem.

image

Maybe this can help fo you to help me make this compile.

@liwuqingxin
Copy link
Owner

liwuqingxin commented Nov 23, 2023

I use Source Generator in this project. The interfaces or classes that can not be found are generated by it.

  • You should have .net 2.0 standard sdk in your environment.
  • The VS version should be higher or equal than 17.4 to compile it.

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
Development

No branches or pull requests

2 participants