I have a functioning website with a blazor client side component (webassembly/WASM). I then tried to google advertise for the site, but it was rejected for Unwanted Software. I looked at my site, and within wwwroot there is of course a _bin_framework directory with dlls in that get downloaded to client browser.
Could this be the problem? What might be a workaround? Alternatively, does anyone have examples of blazor WASM sites which are successful targets for google ads that might demonstrate that the Blazor DLLs are not the problem and something else might be?
(In fact any general advice on how to deal with rejection by google for unwanted software much appreciated!)