Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
5 views

I’m using OpenIddict 4.x with ASP.NET Core and the authorization code + PKCE flow for a SPA. I want to support multi-tenant subdomains, where each tenant has its own frontend host, e.g.: https://...
damon shahi's user avatar
0 votes
0 answers
25 views

I am having problems with BLE on Windows 10. I have tried several test applications that all work fine on my development machine, but on Windows 10, version 1607 (OS Build 14393.8519) I get strange ...
komodosp's user avatar
  • 3,694
3 votes
0 answers
28 views

I have a Visual Studio extension, and I'm trying to upgrade it from Visual Studio 2019 to 2026 (which should be compatible with 2022, so in theory it should work with both 2022 and 2026 when I'm done)....
Bryce Wagner's user avatar
  • 1,732
2 votes
0 answers
38 views

I have encountered a problem with the way InlineUIContainer allocates size for an image when used in a TextBlock and I cannot find a way to work around it. Here is a simple WPF application that ...
Exercising Daemons's user avatar
Tooling
0 votes
0 replies
3 views

I am currently using lazy.nvim to manage my plugins and csharp-language-server for C# development. While C# files work perfectly, I cannot get LSP features (completions, diagnostics, or go-to-...
David Snoble's user avatar
2 votes
0 answers
72 views

I work in the trucking industry where we use a J1939 interface called RP1210. This standard defines how 32 bit DLLs are to be created for a common interface to J1939 (CAN Bus) hardware devices. I have ...
user2497280's user avatar
1 vote
2 answers
94 views

I am iterating over a List<int> in C# and attempting to remove elements based on a condition. var numbers = new List<int> { 1, 2, 3, 4, 5 }; foreach (var n in numbers) { if (n % 2 == ...
Kazu's user avatar
  • 29
0 votes
3 answers
89 views

I'm not the C# guy, yet I got project where in few places I found something similar to public class Program { private static int[] value = new int[1]; public static async Task Main() {...
user3663733's user avatar
-1 votes
0 answers
27 views

When I run my tests from the Solution Explorer (clicking "Run" from the tree), 13 tests from my test suite fail. This is 100% reproducible. When launching the same tests from the Test ...
mguijarr's user avatar
  • 8,038
0 votes
2 answers
37 views

Building... ✔ HTTPS configured on port 7260 using localhost certificate. warn: Microsoft.AspNetCore.Server.Kestrel[0] Overriding address(es) 'http://localhost:7001'. Binding to endpoints defined ...
Amay Jariwala's user avatar
1 vote
0 answers
20 views

I am implementing Two-Factor Authentication in a C# & ASP.NET MVC project using the GoogleAuthenticator NuGet package (v3.2.0). The issue: the authentication works perfectly on all desktop ...
J M's user avatar
  • 471
3 votes
1 answer
137 views

Is there any way in a C# desktop application with .Net to terminate a thread that has hung due to a problem in an external library? Because when creating the thread with Task.Run() we have no control ...
pamir_miren's user avatar
0 votes
2 answers
41 views

I have tired as much as possible but to no avail. I need to code it such that I can use it even if there is multiple objects with the same code I can use it. I am using a simple ray cast to check if ...
Guard Playz's user avatar
3 votes
1 answer
81 views

I have a hierarchical Partition Key and for some reason, when I use C# SDK to do ReadManyItemsAsync<T> it charges a flat high RU (currently 900 RUs!) which is dependent only on the total number ...
Aliostad's user avatar
  • 82k
1 vote
0 answers
54 views

I have a trusted server that should be able to send a post request with HMAC and an id of the user to my server (both servers have the same db with same users), so that user doesn't have to log in ...
xsainteer's user avatar

15 30 50 per page
1
2 3 4 5
108257