-
Hey,
I'm trying to run GraphQL on .net framework 4.6.1
All examples are with dependency injection in .net core.
I couldn't understand how to inject types, query and schema in .net framework.
I tri…
-
```
Hi,
I heavely use ptman.exe, and I can say I depend on it.
I don't know why, When I do the right click to load the sessions I'm getting an
error (that have started today) and I'm not aware of an…
-
```
Hi,
I heavely use ptman.exe, and I can say I depend on it.
I don't know why, When I do the right click to load the sessions I'm getting an
error (that have started today) and I'm not aware of an…
-
```
Hi,
I heavely use ptman.exe, and I can say I depend on it.
I don't know why, When I do the right click to load the sessions I'm getting an
error (that have started today) and I'm not aware of an…
-
New API Review meeting has been requested.
**Service Name**: .NET Framework
**Review Created By**: Qing Guo
**Review Date**: 07/11/2023 01:00 PM PT
**Onboarding Record**:
**PR**:
**Hero Scenarios …
-
**Describe the bug**
Hey, it appears that support for .NET 6/7 was dropped in the latest minor version. Starting from [v5.4.0](https://github.com/danielpalme/ReportGenerator/releases/tag/v5.4.0), .NE…
-
We are currently not actually using the .NET Core on Windows. We should actually use the .NET Core runtime!
The reason we are currently using .NET Framework instead is because MSAL does (didn't) su…
-
We are moving a code based on .NET CF 3.5 to .NET CF 3.9, we are already using protobuf-net dll for .NET CF 3.5. Where can I find dll for .NET CF 3.9? Found the latest nuget package also does not supp…
-
Here is the latest code of Zipstorer:
```c#
static ZipStorer()
{
// Generate CRC32 table
CrcTable = new UInt32[256];
for (int i = 0; i < CrcTable.Length; i++)
{
UInt32 c = (UInt32)i;
…
-
.NET 6 will allow us to use a higher C# version.