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
GenerateResxSource produces code with [MethodImpl(MethodImplOptions.AggresiveInlining)], which (IIRC) was not available until .NET 4.5. The generated code surrounds the attribute with #if !NET20, but that returns true if compiling for net35.