-
### Background and motivation
`BinaryPrimitives` provides APIs like `WriteInt32LittleEndian` which are indeed flexible. But I still want to suggest an out-of-box group of APIs called `GetLittleEndi…
-
# Environment description
- .net 5
- asp.net core api
- windows 10、centos 7
```
dotnet --info
.NET SDK (反映任何 global.json):
Version: 5.0.300
Commit: 2e0c8c940e
运行时环境:
OS Name: W…
-
## Background and Motivation
In order to correctly choose the relevant profiler DLL to attach to the process, you need to determine the process architecture. In .NET 5, the ProcessInfo API (https:/…
-
**Describe the bug**
Well, we had to catch up a subscription (Pinned strategy), we scaled up the consumers : the consumption speed stayed exactly the same, maxed by the buffer size parameters we setu…
-
### Project name
[Microsoft Learn Tutorial] Build dotNET apps with Microsoft Graph SDK
### Description
# [Microsoft Learn Tutorial] Build dotNET apps with Microsoft Graph SDK
## [MICROSOFT LEARN S…
-
### Checklist
- [X] I have looked into the [README](https://github.com/openfga/java-sdk/blob/main/README.md) and have not found a suitable solution or answer.
- [X] I have looked into the [documentat…
-
As in title, the following API is missing from the durable client: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.webjobs.extensions.durabletask.idurableentityclient.listentitiesasync?vie…
-
### Type of issue
Typo
### Description
Additional properties are not allowed ('filename' was unexpected)
Status: 400 (Bad Request)
Content:
{
"error": {
"message": "Additional properti…
-
With .net you can send a message to the dead letter queue with an explicit reason
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.servicebus.queueclient.deadletterasync?view=azure-dotnet…
-
```
What steps will reproduce the problem?
1. Install-Package Google.Apis.Webmasters.v3
2. service.Sitemaps.List(site).Execute();
or
service.Urlcrawlerrorscounts.Query(site).Execute();
Wha…