-
Notifications
You must be signed in to change notification settings - Fork 115
docs-fix-links-and-lintings and part 1 of todo app tutorial creation #875
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
base: master
Are you sure you want to change the base?
Conversation
…ToDo App two nested Readme now Overview to be included in workshops in the future
…KSS/Uno.Samples into docs-fix-links-and-lintings
Related to PR's #763 #768 #783 #784 #793 #794 I am currently checking, bugfixing and upgrading the ToDo App to mainly creating a more than source link tutorial for its contents. Since for that its definitely best to check and fix src I am updating it, to current uno extensions standard and minimizing the warnings (better user experience etc.), so it would be good to know if that's maybe meant by this related PR PackageReference is meaning the named one or another thing instead needs to be applyed. Would add the tutorial in a seperate PR then. |
…tityModel.JsonWebTokens
…unknown because it has been added to Programm.cs itself. Instead moved it same as new Uno Logging Extension templated app to the HostBuilder in app.xaml.cs instead The AuthentificationService requiring currently ILogger<AuthentificationService> but placing it in a untyped Logger which could be wrong and schould maybe be also be typed
…h options usage, how it should not be done, guide how this should be done and is done in the ToDo App following at marked place
…ed to uno.extensions.Serialization This Setting is the default for .AddSingleton so this line should not be longer needed
@kazo0 this here |
two nested Readme now Overview to be included in workshops in the future
Seperated just src links to be code-csharp blocks allowing dynamically showing src code in the docs along with its explanation.