Let's Explore .NET MAUI in .NET 7 RC 1

preview_player
Показать описание
.NET MAUI comes to .NET 7 in Release Candidate 1! Let's checkout all the goodies including maps, desktop improvements, and a lot more!

Follow:

Disclaimer: This channel, videos, and streams are created in my spare time and are a product of me... James Montemagno! They are NOT officially affiliated or endorsed by Microsoft (my employer) in any way. Opinions and views are my own.

My Setup:

#dotnet #dotnetmaui #development
Рекомендации по теме
Комментарии
Автор

I'm vietnamese, very thanks. Easy understand!

TriPham-idjo
Автор

Very nice James keep it up thanks for this.

MuhammadNadeem-wjxd
Автор

Is it possible to have a map pin selected using code? Or is it a planned feature?

Steven-hqdf
Автор

In the <Tab> for the map page you could do --> IsVisible="{OnIdiom Phone=True, Default=False}"
There definitely needs to be a default handler because it throws this exception when trying to run on desktop: "Handler not found for view
How would one fix this using a WebView??

GuildOfCalamity
Автор

Okay, guys.
I'm having an issue with dynamic themes in my MAUI app, using .NET 7: the app doesn't want to listen to the device's setup and doesn't switch to a Dark or Light theme.
First I thought, that I am doing something wrong and so I rewatched tens of times all of your, James, and Gerald's, videos concerning theming MAUI app.
But nothing helped me.
Then I started the MonkeyFinder app, which I was building along with you on MAUI workshop, to make sure, that switching to Dark mode is still working there and remembered, that we built MonkeyFinder, using .NET 6.
To check my guess I created two fileNew MAUI projects - one on .NET 6 and the other one on .NET 7.

So, in my case, switching to Dark mode works perfectly on project, created using .NET 6, and still doesn't work on the other one, with .NET 7.
Can someone check if this is a real issue or maybe I am the real problem here)?

serhiypop
Автор

Hi James! Thank you for your work. Can you show how work with canvas BlendMode, can't even force working example in docs. In Xamarin don't have a such problem🤷‍♂🤷‍♂

pavelkravchenko
Автор

is there any way to manipulate the map with a viewmodel?

bodyavl
Автор

I am on VS 2022 Pro and having issue with following
<Grid>
<Map x:Name="map"/>
</Grid>

It does not seem to find <Map.. tag

chiragshah
Автор

Need examples of cross platform file handling to include model population and file updates on save execution. IMO Using json files contained in project has not much real-world relevance.

tex
Автор

Can you please make video on the Microsoft Intune App SDK integration in Xamarin Forms or MAUI. @James Montemagno

pavanraghamwar
Автор

Hi
I updated visual studio with .net7 rc 1 but when i run i get error RPC_E_Wrong_Thread

karimvtvtvtvvgvvvvakabery
Автор

This preview broke all my maui hybrid apps in VS 2022 Stable Version. Had to remove all installs and re-install VS 2022. Be warned.

parko
Автор

always promoting MAUI, maui this maui there, BUT up to the latest version the Listview bug has not yet been fix, please dont tell me to use the CollectionView because There is an Advantage and it doesn't suit on the project im working with.

kyle
Автор

Do the basics first, if it would be easy, everyone would do it

alexortiz
Автор

I sent you an email asking for help with a sqlite database issue. You didn't care to answer.

I will not ask anymore.

johnchance
Автор

Hello James
Very Nice
I'm having trouble changing the view From Right To Left
in Shell I need to Change View to Right But I Can not it
in Xamarin Forms in Android Project I am use This Code
Window.DecorView
Thanks For interested

mohammadhalawa