-
Notifications
You must be signed in to change notification settings - Fork 252
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
Error CS8103 after upgrading the Sdk from 4.18.0 to 5.x.x #2163
Comments
This comment was marked as outdated.
This comment was marked as outdated.
Yes. Having the same problem here as well. Using Microsoft.Graph in an internal library that is used in an Orleans Grain (targeting Today, I upgraded this to the latest version (
Only removing this reference (even if it's transitive) from the project containing the grains does this error resolve. Actually..... I did some testing, and managed to determine that:
So I, too, have rolled back. But it'd be nice to see the latest version of the library usable from Orleans. |
Same here. Is there a plan fix for this issue? |
I think this issue only happens on any project targeting below .NET7.0. I upgraded the project to NET8.0 and also have the SDK upgraded. It works and resolves the issue. |
Hi @andrueastman is there any update on this? We're also blocked on this issue and are unable to upgrade to NET8.0 as a potential mitigation |
I recently upgraded from 4.18.0 to any of the versions 5.x.x. I have been getting Error CS8103 while building my project.
I wanted to be sure of the problem so I downgraded to version 4.54.0 and the project was able to build.
I have also read the guide on upgrading to v5. There seems to be nothing that points to this compile time error.
In addition, I have also tried to search online on a work around that is relevant to my use case, nothing seems to solve the issue. However, I am very sure the problem was from the v5.x.x of the Microsoft.Graph Sdk.
Error CS8103: Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string literals.
Please help as I am currently blocked.
The text was updated successfully, but these errors were encountered: