Lex Li
Lex Li
CC#
Created by Turn2Jesus2 on 4/1/2025 in #help
Why is `dotnet publish` not including Roslyn for my ASP.NET Framework 4.8.1 Web App?
Your only support channel for that is the GitHub repo, https://github.com/CZEMacLeod/MSBuild.SDK.SystemWeb/issues. If you find some useful tips, you might share with the audience there in case they hit the same issue.
25 replies
CC#
Created by Malo on 3/30/2025 in #help
Can't access a function inside a class library
The full name of that function is DiscordLibrary.UsefulFunctions.CreateResponse. Does that work?
11 replies
CC#
Created by Adem on 3/30/2025 in #help
Visual Studio 2022 (0xc0000409) Error Code
If you use Git to manage commits, check what recent changes you made and revert. A .NET app crashes on VC++ runtime related errors isn't trivial to debug so isolating the culprit at first can guide you through.
9 replies
CC#
Created by yourFriend on 3/30/2025 in #help
Error acquiring .NET when offline but works when online in VS Code
That's the behavior of C# Dev Kit which you might want to repor to Microsoft via https://github.com/microsoft/vscode-dotnettools
5 replies
CC#
Created by Geeked on 3/20/2025 in #help
React + .Net core api issue
There might be other tips to improve web app performance and observability, but you can apply them once this urgent issue is resolved.
16 replies
CC#
Created by Geeked on 3/20/2025 in #help
React + .Net core api issue
The proper channel to request technical support (like from Microsoft Support) is to go through a site like https://support.microsoft.com and open a support case. If the symptom is "The API is taking approximately 20-21 minutes to respond", usually hang dump analysis can reveal the culprit in a couple of hours by an experienced professional. You can do the same if you know the tools/profilers and your codebase very well.
16 replies
CC#
Created by Fabbernat on 3/23/2025 in #help
Problems with NVIDIA driver
Alternatively, you can write your own wrapper over Ollama REST API (simplest) or switch to Semantic Kernel (more complex). All depends on your actual application to develop
9 replies
CC#
Created by Geeked on 3/20/2025 in #help
React + .Net core api issue
16 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
I suppose those links will remain valid for a relative long time, till a day .NET Framework goes out of sight.
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
I see. So you prefer go.microsoft.com links to the alternative links.
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
I don't think there are any "Web Installers" for .NET Core/.NET. Do you just want a place to find all .NET Core/.NET installers (and their download links)?
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
v5 keeps the community version free. You don't need to pay unless you want to use the advanced features/VS integration.
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
.NET installers are with v3 still, so I am not considering it deprecated yet (just won't receive updates/support from FireGiant).
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
WiX 5 might be better, but most working samples out there are with v3.
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
If you were using Visual Studio Setup Project, that's doomed. Complex dependency resolution is too much for that tool, and manual setup is always recommended.
62 replies
CC#
Created by Gustav on 3/17/2025 in #help
.Net framework async controllers
The only pitfalls I can think of: 1) The code base starts to have both sync/async code, and you need all developers to be familiar with that and don't make trivial async mistakes. 2) Since the controllers become async and you remove the performance bottleneck there, something else might become the new bottleneck and you might see bad performance there. But again, nothing serious to worry about and you will be fine.
9 replies
CC#
Created by eric_cart.man on 3/10/2025 in #help
I’m new
Unreal has unofficial C# support from the community. CryEngine/Godot has official C# support. MonoGame is also an option for small games.
25 replies
CC#
Created by David_Bones on 3/10/2025 in #help
How to interpret C#/.NET documentation
You might simply use them as better search engines and ask them to show you the exact references you need to visit. That helps you save quite a few hours navigating through Microsoft Learn.
45 replies
CC#
Created by eric_cart.man on 3/10/2025 in #help
I’m new
If unfortunately Unity is your choice at this moment, please note that it still uses the old Mono runtime with a not-so-up-to-date C# compiler. So many of the modern .NET things you find over the internet are not applicable there.
25 replies
CC#
Created by David_Bones on 3/10/2025 in #help
How to interpret C#/.NET documentation
If your goal is to better know the BCL other than the runtime itself, I think it is hard to find good books/tutorials specific to that area. Try to build certain kinds of apps and that might help. Modern AIs are also possible to guide you through certain namespaces.
45 replies