Replies: 1 comment 2 replies
-
C# 13 support would require upgrading the Microsoft.CodeAnalysis.* packages here: docfx/Directory.Packages.props Lines 29 to 38 in 618e71b Version 4.11.0 currently referenced there does not include dotnet/roslyn#74215, which moved the C# 13 features from Currently, the latest version of Microsoft.CodeAnalysis is 4.12.0-3.final, which is a prerelease version number; no 4.12.0 version has been released. I guess that prevents dependabot from upgrading the packages automatically. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I updated to docfx 2.78.1 today. We also updated our projects to use the new C# 13 partial properties.
Docfx does not compile this successfully and requires a
<LangVersion>preview</LangVersion>
in the .csproj project.Is this a bug, or is this the expected behavior?
I can provide more details as needed, but this seems like a pretty general topic?
Example for partial property:
Example error message:
Beta Was this translation helpful? Give feedback.
All reactions