Managing Scoped Service Lifecycles with a Singleton Factory in .NET: Best Practices?
Blazor Isolated CSS not working
@import 'ChemStore.Web.Client.bundle.scp.css';
@import 'ChemStore.Web.Client.bundle.scp.css';
Dependency Injection question
C# backend vs Java backend
problem with docker installation for .Net
creating a nuget for a custom msbuild task
dotnet pack
the resulting nupkg
file doesnt contain any binaries.
All required binaries are present in the ./bin/Release/netstandard2.0/
folder, they are just not packed into the nupkg
.
When inspecting the nupkg
, there is no lib
folder inside, i can see my .props file in the build
folder though.
Any ideas why that may happen?....MESH FILE CONVERSION
✅ SQL code
calculated value in Start() function seems to be 0 when trying to use it.
✅ Different output on same code.
return arithmetic.Calculate(Convert.ToDecimal(left, CultureInfo.InvariantCulture), token, Convert.ToDecimal(right, CultureInfo.InvariantCulture));
return arithmetic.Calculate(Convert.ToDecimal(left, CultureInfo.InvariantCulture), token, Convert.ToDecimal(right, CultureInfo.InvariantCulture));
✅ System.FormatException
3 4.8 5.7 + * 2.5 *
but when he runs it he does not get an exception on it. We have the exact same files and code. Why?...✅ vs code community don't start my code
How do y'all get the ideas for your side projects?
✅ Fedora 40, dotnet 8 sdk, can’t use debugging tools in vscode.
Could not execute because the specified command or file was not found.
Possible reasons for this include:
• You misspelled a built-in dotnet command.
• You intended to execute a .NET program, but dotnet-/home/username/GodotEngine/Godot_v4.3-stable_mono_linux_x86_64/Godot_v4.3-stable_mono_linux.x86_64 does not exist.
• You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.”
Could not execute because the specified command or file was not found.
Possible reasons for this include:
• You misspelled a built-in dotnet command.
• You intended to execute a .NET program, but dotnet-/home/username/GodotEngine/Godot_v4.3-stable_mono_linux_x86_64/Godot_v4.3-stable_mono_linux.x86_64 does not exist.
• You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.”
✅ Why is this try/catch block preventing lines after it from firing when an exception is caught?
✅ Is it possible to ask check for a keypress without pausing the whole console?
Task.Factory.StartNew(() => Console.ReadKey(true)).Wait(TimeSpan.FromSeconds(0.2)); but i cant assign that to var key to use as controls etc, if anyone wants to check through my code more i can send screenshtos or try open a git...
How to add an image tag to an Aspire's ProjectResource?
Unit Testing ASP.NET async api service