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

Generating protocol produces duplicated model in samples #96

Open
KeterSCP opened this issue Nov 20, 2024 · 0 comments
Open

Generating protocol produces duplicated model in samples #96

KeterSCP opened this issue Nov 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@KeterSCP
Copy link

I noticed that when generating protocol for sample plugin (CefToolWindow) I got errors about ambiguous type CefToolWindowModel.

After digging a little bit I found that in 0fe33ab cs output of the rdGen task was changed, but old generated file was not moved.

Before the commit, generated file would appear under Rider subdirectory: 0fe33ab#diff-5b5f60c46205e6fa84b1fde76143499e3be6d01110da251c17f63bdb02b93edfL165

But after the commit, there is no subdirectory in the generated path: 0fe33ab#diff-9dd0b449655ec94d6827b2055e4f1d17d8a0367a5f67b75960a81a1ce4021188R25

So the question is: was it intended change to omit Rider subdir? If yes, then dotnet sample(s) should be updated by moving existing generated file.

@ForNeVeR ForNeVeR added the bug Something isn't working label Nov 20, 2024
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