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

Fix type name parsing in NativeAOT #79963

Merged
merged 1 commit into from
Dec 25, 2022

Commits on Dec 25, 2022

  1. Fix type name parsing in NativeAOT

    Simplified type name parsing was breaking if full name or assembly name has underscode ('_') in it. That breaks referencing `SQLitePCL.Batteries_V2, SQLitePCLRaw.batteries_v2` type inside `Microsoft.Data.Sqlite`
    
    Fixes dotnet/efcore#29725
    kant2002 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    0d3611f View commit details
    Browse the repository at this point in the history