Lex Li

Results 597 comments of Lex Li
trafficstars

@DSysdev There has been a long story around JSON.NET and you might learn some of that in [posts like this](https://github.com/dotnet/announcements/issues/90). Microsoft did not only recommend libraries like JSON.NET from the...

https://stackoverflow.com/questions/1613407/ilmerge-and-localized-resource-assemblies This Stack Overflow thread is well known.

There seems to be no "better method, no coding, no changes". .NET Core 3.0 should finally eliminate the needs of ILMerge/IL Repack as well, if Microsoft can fulfill the promise...

@jdillard Thanks for the comments. No rush to include this I think and my team can stick to our own fork. Cloudflare does not only dislike the `.html` extension, but...

@fschwiet WOW64 redirection can lead a 32 bit application to report such exceptions on a Windows x64 machine. You should modify your library to better work that scenario, https://stackoverflow.com/questions/25908033/how-to-get-64bit-system-folder-in-a-32bit-application

For whatever reason you prefer to stay on Windows XP, you bring yourself all the trouble, https://www.microsoft.com/en-us/windowsforbusiness/end-of-xp-support

If your project uses `dotnet publish` to generate binaries for deployment, then you can follow https://github.com/obfuscar/obfuscar/issues/132#issuecomment-371606089

Obfuscar does not support automatic .NET Core assembly resolution, so `dotnet pack` won't work well with it. No plan to improve in that area but pull requests are welcome.