You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CS8795: Partial method 'MyFunc(string)' must have an implementation part because it has accessibility modifiers in source file
CS0759: No defining declaration found for implementing declaration of partial method 'MyFunc(string, event)' in DllImportGenerator.g.cs
Actual Result
CS8795:
Partial method 'MyFunc(string)' must have an implementation part because it has accessibility modifiers
in source fileCS0759:
No defining declaration found for implementing declaration of partial method 'MyFunc(string, event)'
inDllImportGenerator.g.cs
Generated code
internal static partial void MyFunc(string event)
Expected Result
Generated code
internal static partial void MyFunc(string @event)
The text was updated successfully, but these errors were encountered: