We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that when generating protocol for sample plugin (CefToolWindow) I got errors about ambiguous type CefToolWindowModel.
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
Rider
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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-5b5f60c46205e6fa84b1fde76143499e3be6d01110da251c17f63bdb02b93edfL165But 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.The text was updated successfully, but these errors were encountered: