#casban6 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #casban6, aggregated by home.social.
-
There is so much going on in this screen of my current #dotNETMAUI #MacCatalyst app already:
- Loading #SfSymbols via my custom library
- Coloring all icons with the #macOS/#iOS system colors via my custom library
- Extending image control to load a placeholder from SfSymbol
- Custom FramedContentControlWithText
- Entry handler modification to remove the border on MacNote: I did not yet wire up a #ViewModel instance.
#dotNET #CASBAN6 #MAUI #MAUIDev #MVVM #XAML #programming #developer #devlife
-
Regarding yesterday's post about the #SFSymbols #ImageSource for #macOS and #iOS.
As Apple states in their docs (https://developer.apple.com/documentation/uikit/uiimage/configuring_and_displaying_symbol_images_in_your_ui) we should apply configuration to the view.
So the solution is to simply use the #CommunityToolkit 's IconTintBehavior to get the icons colored.
https://mastodon.social/@msicc/109765955918118362
#iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject
-
Well, the biggest part of this week's #dotNETMAUI task is done. I implemented a custom #ImageSource that uses #SFSymbols on #macOS and #iOS. Icons finally show up, now I need to figure out the coloring which is defaulting to the #accent tint no matter what I set (at least on the Mac).
Will #blog about it when I ironed out all the quirks.
#iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject
-
I just blogged: #CASBAN6: Function base class (and an update to the DTO models)
#Azure #AzureFunctions #serverless #dotNET #CSharp
https://msicc.net/casban6-function-base-class-and-an-update-to-the-dto-models/
-
Thanks to everyone who has participated in my #poll.
I preferred the manual option as well, but didn't want to influence the results.
https://mastodon.social/@msicc/109692319138831059 #DevLife #SDK #CASBAN6
-
Finally found some time to write some code to work around the missing #MacCatalyst support in #MSAL I mentioned earlier this week here: https://mastodon.social/@msicc/109660758651056972 .
In the end, I was able to log in to my #Azure #AD using the #MAUI WebAuthebticationBroker. It was just a matter of getting the authentication url right (luckily I found some help in the #docs). Will write details in an upcoming #CASBAN6 blog post. -
I just blogged: #CASBAN6: Setting up an #AzureFunctions project for the #API
#dotNET #Azure #Functions #serverless
https://msicc.net/casban6-setting-up-an-azure-functions-project-for-the-api/ -
Just finished porting and refactoring my #XamarinForms #MVVM libraries to #dotNETMAUI.
Next step is setting up a #GitHubAction that generates the #NuGet packages for me for both branches. Once that is done I have a legacy version for XF, and a current #LTS version for #MAUI.
Finally, I will be able to continue with the admin client for my #CASBAN6 side project.
-
Just spent my #morning with updating my #AzureFunctions with #oAuth via the built-in #AuthenticationProvider for #AzureActiveDirectory. Went smooth so far, but now there’s that #OpenAPI thing once again where I am struggling.
#devproblems #CASBAN6 #sigh #Azure -
Finally, managed to finish the first implementation of #OpenAPI #documentation for my #CASBAN6 #AzureFunctions app. Took a bit longer, as I also used the chance to improve #usability of the #API by doing some #refactoring.
-
Well, one of 6 endpoints have now #OpenAPI #docs. I totally need to improve my #documentation writing skills 😁
-
I just started to implement #OpenAPI on my #AzureFunctions #API… seems like this will keep me busy all week long (as it is my private side project). Not sure about the #benefits for my #CASBAN6 project, though.
#devlife #Azure #OpenWeb #SwaggerUI -
I just published the next post of my #CASBAN6 blog series, where I write about implementing #DTO and the corresponding #mapping helpers.
In the next post after that, we will be finally heading to the #AzureFunctions project (I'll try to get the first of the post out before #Xmas).
-
Finally hit the next #milestone on my #CASBAN6 project.
#Azure #Function app for my blog API is running, will be automatically updated via #Github Action and connects to my #AzureSQL database (#serverless) without any problems.
Next up: another blogpost, this time for the #DTO classes as well as my (manual) #MappingHelpers.
After that, I need to evaluate if Azure #APIManagement is worth the effort (and the price).
#devlife #programming #clouddev #cloudnative #dotnet #dotNET6
-
For the record, my current side project is a "#serverless" #blog engine on #azure with #dotNet 6. I am also blogging about it on my personal blog:
1. https://msicc.net/casban6-creating-a-serverless-blog-on-azure-with-net-6-new-series/
2. https://msicc.net/casban6-how-to-set-up-a-local-microsoft-sql-database-on-macos/
3. https://msicc.net/casban6-the-data-model-explained/
4. https://msicc.net/casban6-implementing-the-data-model-using-entityframework-core-separate-libraries/ -
I just blogged: #CASBAN6: Implementing the data model using #EntityFramework Core (separate libraries) - #dotNET #dotNET6 #SQL https://msicc.net/casban6-implementing-the-data-model-using-entityframework-core-separate-libraries/
-
I just blogged: #CASBAN6: the data model explained
https://msicc.net/casban6-the-data-model-explained/ -
#CASBAN6: Creating A #Serverless Blog on #Azure with #dotNET 6 (new series) https://msicc.net/casban6-creating-a-serverless-blog-on-azure-with-net-6-new-series/