Attiqe Ur Rehman

Results 15 comments of Attiqe Ur Rehman

Please find the attached generated style.css and generated html markup. https://drive.google.com/open?id=0BxaNpya8aCYvOXRJeFZqUkFxWWc

I have fixed this by changing the dev.config.js using this: From ``` { test: /\.css$/, loader: 'css/locals?module' }, { test: /\.scss$/, loader: 'css/locals?module!sass' }, ``` To ``` { test: /\.css$/,...

But do you think it's a good idea to add the Cache here? Also, [EFSecondLevelCache.Core](https://github.com/VahidN/EFSecondLevelCache.Core) is already doing that we can just try to use it?

There is a simpler solution we can adopt as well [CacheRepository](https://ardalis.com/building-a-cachedrepository-in-aspnet-core). Let me know what do you think.

@xyting any update on this?

I can see the Code Snippet Manager but I can't see any of the snippet in ASP.NET Forms. Oh and I am using Resharper with VS 2015 Enterprise Update 1...

Hi, @guillaume-chervet I'm encountering the same issue where I need to display the user's name, role, and other relevant information retrieved from the OIDC user object right after authentication. In...

@guillaume-chervet any update on this?

Will use it tomorrow and let you know.