-
Notifications
You must be signed in to change notification settings - Fork 1k
Damienbod/update 2-WebApp-graph-user\2-1-Call-MSGraph #401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Damienbod/update 2-WebApp-graph-user\2-1-Call-MSGraph #401
Conversation
@jmprieur @pmaytak Not sure who to address here. I updated the styles and bootstrap 4 using the latest ASP.NET Core 3.1 templates. Left the project as an ASP.NET Core MVC 3.1. Let me know if this is ok for you and if it's good like this. I can update the other projects in the 2-1-Call-MSGraph folder in separate PRs. (If it helps you.) Greetings Damien |
Thanks @damienbod for your work. I'll let others provide guidance. |
I've 2 questions:
|
Hi @jmprieur I was planning to update one at a time, each in a separate PR. Once this is ok, I'll do the others. With .NET 5, I think these examples should stay at 3.1 as this is LTS. .NET 5 will have templatesin Visual Studio as well. Updating 3.1 to .NET 5 is also easy for users. Most projects I know stick to the LTS versions, if possible. Just my 2 cents. Thanks for the feedback. Greetings Damien |
Thanks for your quick feedback, @damienbod |
Unsure about this. Most people use 3.1 at the moment. You want people to try this out, so the barrier is lower with 3.1. Maybe switch as week before .NET 5 is released? Also maybe move to Razor Pages? This could be done in a second step anyway. The bootstrap and UI changes are the same for all these options. Only the UI parts were changed in this PR. We could do this in 2 steps:
Greetings Damien |
The 0.3.1 project templates (See https://github.com/AzureAD/microsoft-identity-web/wiki/web-app-template) are both for .NET Core 3.1 and .NET 5.0. They are multi-target -f|--framework The target framework for the project.
net5.0 - Target net5.0
netcoreapp3.1 - Target netcoreapp3.1
netcoreapp3.0 - Target netcoreapp3.0
netcoreapp2.1 - Target netcoreapp2.1 |
@knicholasa some discussions around versioning in this PR for us to consider on docs. |
Hi @jmprieur thanks for you feedback, trying out the new templates. Just wondering, do I need to change anything in this PR, or it is good? The changes in this PR match the templates. PS Updated the C# code to match the templates as well. Based on this template now: dotnet new mvc2 --auth SingleOrg --calls-graph --framework netcoreapp3.1 Greetings Damien |
@kalyankrishna1 @TiagoBrenck Is this PR ok for you? Greetings Damien |
@damienbod we are awaiting some changes in the FW. We have this PR in our view. We'd accept after absorbing other changes in a few weeks. thanks for your patience |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks @damienbod
Purpose
issues:
#397
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?