Nicholas Poh
Nicholas Poh
I'm having issue with files containing ```@media```, such as, ``` @media only screen and (max-width: 600px) { body { background-color: lightblue; } } ``` I get, ```(Bundler & Minifier) Unexpected...
The discussion/blog/article at http://www.hishambinateya.com/localization-and-generics is good. It explained what happened and how to "_resolve_" it. However, the issue is, the "_solution_" provided require modification to ASP.NET Core itself. This is...
I would recommend that the article is updated to better explain what should the developer do. For example @hishamco mentioned "you could register your own ```LocalizationOptions``` class". Frankly speaking registering...
I haven't tried this, but wouldn't this use the x64 native and it would have caused runtime error when running on a x86 machine, no? I was thinking of having...
Not trying to complain but this is getting more and more difficult to handle. Locally, there any many workarounds, but when used with Cloud Platforms like Azure DevOps, builds are...
I encountered `HTTP Error 500.30 - ASP.NET Core app failed to start` issue when publishing Web App (Windows) in Azure. Turns out that the issue is due to the project...
Hi, I noted 2 methods of "placing" the DLLs. In Magick.NET case, the DLLs are copied into the "runtimes" directory (using the nuget package directory structure). It doesn't show in...
Well, it would only make the AnyCPU package fat. Compared to other nuget packages, I think the files ```DlibDotNetNativeDnnAgeClassification.dll``` and ```DlibDotNetNativeDnnGenderClassification.dll``` in ```facerecognitiondotnet``` are not big, no? Also, the combination...
Magick.NET nuget packages are - .NET Framework 2.0 - .NETStandard 2.0 - .NETStandard 2.1 So it covered both .NET Framework and .NET Core. I just realized that if you go...
I'm encountering this issue with VS 17.4.3 too when compiling iOS using a remote mac. The issue only happen for MAUI, not Xamarin.