Andrii Kurdiumov
Andrii Kurdiumov
This is draft of changes to T4 template. I would like to receive feedback where to place declaration of [sqlite3_module](https://www.sqlite.org/c3ref/module.html) Also would like to know, do I need to run...
I did try to run Silk.Net tutorials in reflection-free mode, and I hit couple issues. Before jumping to that agressive mode, let me explain what I have to do to...
using VSCode. Also list of recommended extensions to work with.
When run from terminal, constant spam in the console with following exception. ``` Tmds.DBus.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name com.canonical.AppMenu.Registrar was not provided by any .service files at Tmds.DBus.DBusConnection.CallMethodAsync(Message msg, Boolean checkConnected,...
I made attempt to drag netmodule in order to reproduce #88 and receive another crash. This one looks a lot like Avalonia is to blame since crash happens during call...
I drag some netmodule in the UI and receive this exception. ``` Sorry, we crashed System.NullReferenceException: Object reference not set to an instance of an object. at ICSharpCode.TreeView.SharpTreeView.GetNodeAndIndex(SharpTreeViewItem item, DropPlace...
When specifying `PublishTrimmed` from command line and not in project file, developer would have different debugging experience and may miss things until publish.
I have locally build PervView in Debug configuration. When trying troubleshoot memory usage of restore process on Raspberry PI 3B+ (Raspbian 32-bit), I take trace using `dotnet-trace collect -pid xxx`....
I trying to run WinRT application using NativeAOT, using this sample https://github.com/dotnet/runtimelab/issues/1453. If I start using `ToastNotificationManager.GetTemplateContent` then NativeAOT start complaining about usage of `S.L.E.Expression.GetDelegateType`. Error which i'm seeing comes...