python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Javascript module versioning
In my web application I developed several (vanilla+jQuery) javascript modules.
Unfortunately I don't know how to manage their versioning.
The argument of script versioning is very discussed and has di...
Timmy
Votes: 0
Answers: 2
Laravel - API Versioning: Use latest controller if controller not found in vX directory
I'm working on a v2 of my Laravel API and trying to find a strategy to prevent as much new code as possible.
So what I thought about is this: Let's say the API has 6 versions. Now a breaking change ha...
Mike_NotGuilty
Votes: 0
Answers: 1
.Net 6 DLL file is not being updated with AssemblyVersion reference found in .csproj file
I have a Blazor app that the generated DLL does not get updated with the referenced <AssemblyVersion>2022.01.14.1</AssemblyVersion> found in the .csproj file.
Nor does the <FileVersion&...
MDC
Votes: 0
Answers: 2
C# What are implications of NuGet warning: Package x was restored using NET Framework version
I do know that this warning means that the package is not compatible with my project's version. In my case it's NET3.1, and the package requires NET Framework at least 4.6.1. I would change target of ...

Mike Azurek
Votes: 0
Answers: 1