-
### This issue respects the following points:
- [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before crea…
-
### Expected behavior
version 13.0.0.1 expected to have the same assembly version
### Actual behavior
version 13.0.0.1 have the same assembly version incorrectly set to 13.0.0.0 and cause…
-
When I run in release mode I get a stackoverflowexception. If I run in debug mode and break I see lots of OutOfMemory exceptions due to trying to allocate an array >2 gb
I ran with the log options …
-
### Steps to Reproduce
1. Just run the app and open logcat (see details below)
### Expected Behavior
No error logs
### Actual Behavior
I get log messages like the following sample about…
-
### NuGet Product Used
dotnet.exe, MSBuild.exe, NuGet.exe
### Product Version
dotnet 8.0.303, dev nuget.exe
### Worked before?
According to https://github.com/mbdavid/LiteDB/issues/1874…
-
Now that version 5.3 has been released, we need to update the samples to the latest stable Uno.Sdk 5.3.
Here's the markdown table with the specified columns:
✅: DONE
👀: In review
⌛: In progres…
-
Now that [Uno.Sdk version **5.4** has been released](https://platform.uno/blog/5-4/), we need to update the samples to the **latest stable Uno.Sdk 5.4**.
**Migration notes for 5.4 can be found here…
-
Subscribe to this issue and stay notified about new [daily trending repos in C#](https://github.com/trending/c%23?since=daily)!
-
The command:
```cs
[Command("unturnedguard")]
[CommandAlias("ug")]
[CommandAlias("untguard")]
[CommandSyntax("[bans/unban]")]
public class CommandUnturnedGuard : Command
{
public CommandUn…
-
Hey there,
I was just wondering if it were possible to read/write a file directly to/from a class, or am I going to have to manually assign each field? I didn't specifically see anything about it…