Adam Kauffman

Results 22 issues of Adam Kauffman

I am not able to compile my project with the DragonFruit workflow. I have my `Main` with it's parameters and XML documentation. I did find the AutoGeneratedProgram in my obj...

bug
Area-DragonFruit

I would like a FIPS mode that uses FIPS validated libraries for hashing and encryption. This feature would allow this software to be used by Government and Government Contractors.

I'm seeing errors for system tables. I wouldn't want to convert these tables. We should skip `main.MSys*` ``` no such table: main.MSysNavPaneGroupCategories CREATE TRIGGER MSysNavPaneGroupCategoriesMSysNavPaneGroupsDelete AFTER DELETE ON MSysNavPaneGroupCategories FOR...

If I open a custom input popup from the save menu I see the popup text and the pause menu text at the same time. I interact with both, which...

This could address #21 but the resultant file is a bit too large. This might be the way things are with this feature. The new version fails to load my...

This doesn't appear to be compatible with `HttpsBinaryAzureChannel` Where is the authentication handled? I would like to look at the code but I'm not familiar with this codebase.

I'm seeing this return immediately from hashcat: `Key: "//hashcat.net/forum/thread-10253.html` If you go there it talks about `Plugins 2500/2501 and 16800/16801 are deprecated` > Since version 6.0.0, hashcat has been offering...

It looks like NET8 brings us a new and improved way to render razor with their `HtmlRenderer`! This could be a good opportunity to release a new major version of...

### Bug type Component ### Component name ISnackbar ### What happened? I declare my snackbar as scoped: ```c# builder.Services.AddScoped(); ``` Then I dependency inject into my SignalR hub constructor: ```c#...

triage

ISSUE: When checking for the existence of a custom `IError` I sometimes get an exception that does not clearly point to the problem: > System.ArgumentNullException: Value cannot be null. (Parameter...