Hi Halil,
In the next version of AutoMapper is not going be based on static class/methods anymore.
Take a look at: [https://lostechies.com/jimmybogard/2016/01/21/removing-the-static-api-from-automapper/])
In version 4.2.1 of AutoMapper, the Mapper.CreateMap method is already obsolete.
Do you have plans to update that? This is going to be break change on MapTo() extension method, i guess.
Hi Halil,
I've removed those files from the Web application. Are they necessary? If not, could be them be removed in the next release?
Thanks
Hi,
My application is SPA and I'm having problems with minification when deploying to Azure. Angular cant resolve dependency injection because the names are changed. So i tried to explicitly Inject Dependencies or using an inline annotation, just like is said in that page [https://scotch.io/tutorials/declaring-angularjs-modules-for-minification]) but didnĀ“t work for me.
For the moment, i'm clearing the transformation by doing this in the Bundles:
foreach (var item in bundles)
{
item.Transforms.Clear();
}
Anyone is have this problem when deploying to Azure?
Hi,
I've been trying to use the <a class="postlink" href="https://angular-ui.github.io/bootstrap/#/datepicker">https://angular-ui.github.io/bootstrap/#/datepicker</a> but the application loads two css files: components-md.css and bootstrap.css. And those have classes that will be conflicting with each other, making the style of datepicker not been renderized as should be. Is there a solution in that case?
Thanks
Hi,
I was studying the sample-blog-module application, but i didn't understand the behavior of the views. The content of blog page is loaded from the app and not from the module. Also the *.cshtml and *.js of the blog view is duplicated. Is that correct ? Because in my point of view the app should render the views and scripts from module.
Thanks
Hi,
I'm new on AspNetZero and starting a new project. What platform (SPA or MPA) would you choose and why (main advantages/disadvantages, productivity, etc )? AspNetZero has 100% of all features implemented on both? New features are first released in one platform? Or they released at the same time for both? The same question for documentation updates.
Thanks