Artem Grunin
Artem Grunin
Hi. I'm getting the error "Failed to resolve assembly" during merge. The problem is that I don't need this assembly to be merged as it will be available in target...
Hello guys, Can you share how do you do CI/CD on your D365 projects? I understand how the tools are working, but like to know a successful implementation story. Main...
Hello guys! I add several checks to test if FilterExpression.IsQuickFindFilter property is used as expected. Unfortunately, I found that [doc is outdated](https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2016/developers-guide/gg309410%28v%3dcrm.8%29#about-the-isquickfindfilter-property) and real system behave a little bit different...
Hello! It looks like that tool expects that pakage.json is located in repository root folder. In my case it is not and I got "Cannot find module" error. Is it...
I'm not a troll, I'm big fan of your other tool ILRepack Build Task. Recently I solved similar problem and ended up with MSIX from Microsoft https://docs.microsoft.com/en-us/windows/msix/app-installer/web-install-iis. It support "side...
Hi! Is there an option to copy only newer files if file already exist?
Hello! Sorry for asking stupid things, but help will be really appreciated. I'm trying to follow your [blog post](https://www.scottbrady91.com/aspnet/refreshing-your-legacy-aspnet-identityserver-client-applications). The following code works like a charm with `Microsoft.AspNetCore.Authentication.OpenIdConnect`: ```C# services...
Hello and thank you for this tool. I have a problem with resolving ILogger with IServiceProvider. My implementation is pretty simple: ```C# public class ServiceProvider : IServiceProvider { private readonly...
Hello @bamotav! Thank you for the tool. Unfortunately, one of latest HF updates broke some stiles of your page:  Can you please fix it?
Hi! I can try to add PR if this project is still maintained. It would be nice to have also a graph or a metric showing current IOCP/WORKER threads state...