brownie
Method doesnt exist, but i have the correct package
Im currently trying to use the
Microsoft.Toolkit.Uwp.Notifications
NuGet package to send windows notifications, but the .Show()
method doesn't exist. On the documentation (https://learn.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/send-local-toast?tabs=uwp#step-2-send-a-toast) it says ".NET Framework desktop apps that still use packages.config must migrate to PackageReference, otherwise the Windows SDKs won't be referenced correctly. In your project, right-click on "References", and click "Migrate packages.config to PackageReference".", im trying to do this but the references tab doesnt exist in my solution and im thinking its because my solution might be set to cross platform so some things arent appearing? ive set as many things as i can find in the project properties to Windows and x64, but no luck. Can anyone help please?8 replies
✅ WPF application doesn't boot when packed to single file
Hello, I made a program in WPF, and in the publish settings I enabled "Produce single file", but the output .exe crashes before the window even shows up. There is an error in the event viewer, but I'm not exactly sure what to make of it (https://pastebin.com/85J3ZzDL). Here are my publish settings:
41 replies