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

Unable to compile project with large amount of grpc proto messages and services #67912

Closed
vsfeedback opened this issue Apr 21, 2023 · 0 comments · Fixed by #67913
Closed

Unable to compile project with large amount of grpc proto messages and services #67912

vsfeedback opened this issue Apr 21, 2023 · 0 comments · Fixed by #67913
Assignees

Comments

@vsfeedback
Copy link

vsfeedback commented Apr 21, 2023

https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1754743

This issue has been moved from a ticket on Developer Community.


[severity:I’m unable to use this version]
A .net 4.8 framework solution using GRPC split across 2 projects does not compile and shows the following error:

47>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Roslyn\Microsoft.CSharp.Core.targets(80,5): error MSB6006: “csc.exe” exited with code -2146232797.

Using protoroot, the grpc contracts are stored in one project and the service implementations are stored in another.

There are about 1300 rpc statements and about 4000 messages.

Note: this compiles successfully in 17.2 and 17.3. Fails with 17.4 and 17.5

The contracts project compiles successfully. The implementation project fails.


Original Comments

james harvey on 2/27/2023, 02:18 AM:

(private comment, text removed)

james harvey on 2/27/2023, 03:34 AM:

(private comment, text removed)

Feedback Bot on 2/27/2023, 06:25 PM:

(private comment, text removed)

Feedback Bot on 4/11/2023, 11:49 AM:

(private comment, text removed)


Original Solutions

(no solutions)

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 21, 2023
@AlekseyTs AlekseyTs self-assigned this Apr 21, 2023
@AlekseyTs AlekseyTs removed the untriaged Issues and PRs which have not yet been triaged by a lead label Apr 21, 2023
AlekseyTs added a commit to AlekseyTs/roslyn that referenced this issue Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants