BARTULA CODE

Rider support MAUI .NET

If want to create .NET application with MAUI uusing Rider. you don't need to install Visual Studio.

All you need is run this commands

dotnet workload install maui
dotnet workload install wasm-tools

It will install maui app template too.

Image

Read more

Windows Use UTC Time

ctrl+R -> RegEdit -> enter Registry: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation Key: RealTimeIsUniversal Type: DWORD (32-bit) Value. Value: 1 Then restart PC

Extend »
HTTP 204 - No Content