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
When building custom version of CefSharp it maybe desirable to only build/package a subset of the x86/x86/arm64 architectures. e.g. You may only wish to build x86/x64 for your custom version.
The nupkg process will fail if the files don't exist, so we need to perform some modifications dynamically.
Dynamically rewrite the Nuspec files to exclude any arch that isn't required. e.g. remove arm64.
Validate BrowserSubProcess has TSAware and LargeAddressAware attributes set.
To simplify this issue #3444 should likely be resolved first. I'm adding the breaking-change label, whilst this change in itself isn't breaking, the changes in #3444 will be.