i got WRITE ERROR: This access control list is not in canonical form and therefore cannot be modified.this error at end
@andrewschonnesen7100 Жыл бұрын
Awesome! Solved an issue I was having :)
@andrestorres7343 Жыл бұрын
This also allows you can locally test your pipelines to improve devx for the DevOps team 😊
@felipevasquezgomez5898 Жыл бұрын
friend, you were a great help for a task that I had to hand in at work, thank you very much :)
@NajmeIranpour2 жыл бұрын
how to get Firstname and last name when user log in with IIdentity.user and extentions methode
@oz1213-u4x2 жыл бұрын
i cant hear you 😢
@wolfiebg2 жыл бұрын
Could you please tell me when I seed admin - add to Users and Roles tables, how to insert to UserRoles as well?
@michaelacevedo15252 жыл бұрын
Hi tanks for your video i have a question if i will go to pass the token in wnery endpoints automatically what is the way ?
@carlosf26902 жыл бұрын
Thanks for the tutorial. Quick question, can I publish a NuGet into a different collection? Or can I restore the NuGet from a different collection?
@paulhilton30372 жыл бұрын
Great tutorial but I've got a question - You display @User.Identity.Name next to the the logout lin in _Layout.cshtm - but what if you wanted to show the LastName and FirstName?
@manaspal52 жыл бұрын
There is option to select only one feed in NuGet restore. But my solution using nuget packages from multiple feeds. How can I configure it in CI pipeline?
@FernsDad2 жыл бұрын
Life saver... Thank you so much.
@escorpianoyqueee2 жыл бұрын
Title: "Build angular in visual studio" but you keep building in a separated console, you are not building in visual studio at all, you are just linking your angular to your MVC web :/ I was expecting some sort of "post build" script to run the npm i / npm build prod, The only thing I could possible use from this video is that I learned about the output path, that might help to build with post build actions.
@sechabamotaung85522 жыл бұрын
That last part, awsome.
@hakangulcan76142 жыл бұрын
Thank you very much. It helps every time I need.
@sairaj68752 жыл бұрын
Amazing video. Thanks. Just a couple of questions. What was the deployment model of the Azure Function and what was the compute size chosen?
@hannahbaker4113 жыл бұрын
thank you very much for this tutorial i was really struggling on this subject
@nagendravc3 жыл бұрын
Also... Can I make a request...? to make one with .Net Core API instead of mvc... Coz what we really need for angular is just the api...
@nagendravc3 жыл бұрын
Great tutorial!! I'm surprised so few views. It is something so very essential... Had banged my head to get this to work
@piyushsharma7june3 жыл бұрын
Perfect
@pankajpanther65773 жыл бұрын
Hi, greate tutorial jeff, helped a lot to understand the process.... Just 1 doubt, in tutorial you have demonstrated using .net core project, just wanted to know if it is also possible for .net framework based project as well? If yes do we have the same steps as you have mentioned in the video?
@melsheimy3 жыл бұрын
Thank you very much. Nice explanation. Straight to the point.
@omarabdou25993 жыл бұрын
Greate one , Thanks !❤
@amirkian11813 жыл бұрын
please speck louder and zoom a little bit.
@TellaTrix3 жыл бұрын
Wow, You have very good skills to teach. Appreciated your work.
@jointy3 жыл бұрын
At 2x speed I still find this video slow 🤣
@nrdcleaner15853 жыл бұрын
Why do you mix cookies in there too? Why not just JWT?
@andreaskonarski3 жыл бұрын
Works perfectly, thanks for the great explanation.
@Mo-ef9yt3 жыл бұрын
Excellent video
@vegasvault82803 жыл бұрын
For anyone watching in 2021 and working with Blazor. You need to install the the tools extension for entity framework in the package manager before the migration schema will work. This was my first stab at Identity and this tutorial was gold. Just wanted to point out some gotchas that may pop up for those like me trying to play catch up!
@lamiakabli30972 жыл бұрын
thanks a lot for your comment, it was very usefull for me
@vegasvault82802 жыл бұрын
@@lamiakabli3097 love that this was helpful a year later 😀
@satyaswarupswain52353 жыл бұрын
What to do if I get ssl error while creating the agent. Plz help
@rs-tarxvfz3 жыл бұрын
I have a question: if the build server does not have some build packages capability, will the agent download & install those build packages or we have to do that explicitly.
@rs-tarxvfz3 жыл бұрын
Thanks a ton ! Mate !
@mfedatto3 жыл бұрын
Awesome content! Thanks!!!
@fxmdr823 жыл бұрын
Amazing video, the info that I searching for, thanks!!!!
@njaleide67253 жыл бұрын
How on earth did you figure all this out? The docs leave out almost all of this. Good job
@JoeBell99243 жыл бұрын
I had to add the below to my context OnModelCreating modelBuilder.Entity<IdentityUserLogin<int>>().HasKey(x => new { x.UserId }); modelBuilder.Entity<IdentityUserRole<int>>().HasKey(x => new { x.UserId }); modelBuilder.Entity<IdentityUserToken<int>>().HasKey(x => new { x.UserId }); I also changed my existing context from DbContext to IdentityDbContext instead of making a new one and commented out the migration sections for existing tables. after that it worked great. Also there was no AspNet prefix to the tables. They probably changed it in my version of Identity. 5.0.7 Just what I needed, thanks :)
@amirsaleem49353 жыл бұрын
Thanks Man taking your time to go over the tutorial. You sound music to my ear.
@trg18963 жыл бұрын
Please improve your micro! We can't hear anything.
@jakubiszon64953 жыл бұрын
Very nice tutorial! I tried running the same for a .net5 library and it was failing. I needed to add "use net framework" task with version set to "5.0.0" and also update the "use nuget" task to version "5.8.x" and it worked.
@karimwahby76333 жыл бұрын
Such an awesome tutorial, thank you very much for taking the time and putting in the effort to create it.
@himanshuthapliyal__3 жыл бұрын
Awaaj tej krle bhai
@Abdoo473 жыл бұрын
many thanks ♥ excellent tutorial.
@Abdoo473 жыл бұрын
many thanks ♥ excellent tutorial.
@tomc27453 жыл бұрын
Adjusting the volume is a must here. Had to blast my volume, and then have a heart attack at each commercial break.
@htphong242 жыл бұрын
it's true lol
@UmmarFarooqMahroof3 жыл бұрын
Can this please be reuploaded or the sound corrected so that it is audible?
@kumar-mi6bu4 жыл бұрын
After following your video i got this at time runing pipeline ##[error]No agent found in pool A pool of agents which satisfies the following demand: visualstudio. All demands: msbuild, visualstudio, Agent.Version -gtVersion 2.115.0