-
Hi,
This error shows when i build the xcode project ( the unity build works without errors )
Scripting Backend : IL2CPP
iOS/Android Version: target minimum ios 7
Device model: xcode won't build…
-
I built https://github.com/dotnet/roslyn-analyzers/pull/5425 locally in debug and replaced the 2 dlls under `....nuget\packages\microsoft.codeanalysis.netanalyzers\7.0.0-preview1.21452.7\analyzers\dot…
-
### Describe the issue
When traying to run basic sample, form the Phi 3 Cookbook [https://github.com/microsoft/Phi-3CookBook/blob/main/md/07.Labs/Csharp/src/LabsPhi301/Program.cs](https://github.com/…
-
I use the SMTP server to process mails from a specific gmail account.
It frequently happens that there are subsequent System.IO.IOException inside the receive loop.
2024-09-08 22:09:01.772 +02:00 …
-
Hello,
I cannot view the c# source code with the standard libraries in C#. Here are the steps to reproduce.
## Steps to reproduce
1. Open vscode.
2. Go to settings -> extensions -> and -> C#…
-
On 2021.1.a9 the "Apply" button is causing an exception, so I couldn't test it yet.
```
[Exception] InvalidOperationException: Sequence contains no matching element
Enumerable.First[TSource]() at…
-
Thank you for the interesting library.:+1:
I tried the `wrapCSharp` on Windows, but a compile error occurred.
```
Error: only one main, WinMain, or DllMain allowed. Previously found main at sou…
-
Given that native sized ints effectively map as follows:
nint -> IntPtr
nuint -> UIntPtr
CSharp-80 treats IntPtr and UIntPtr as 16 bits as opposed to 32 bits or 64 bits which is how the real do…
-
## Describe the project you are working on
3D multiplayer [game](https://store.steampowered.com/app/2572620/Aetherift/) targeting Steam using C#.
Mid-port from Unity.
Uses Steam [Matchmaking/…
-
```
What new or enhanced feature are you proposing?
Using the csharp-sqlite library instead of the existing library. C#-Sqlite is
written in C# and is 100% compatible with SQLite (according to the …