Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Jimmacle
Posts
Comments
C
C#
•
Created by ILikeCats! on 4/17/2025 in
#help
[solved] How to mark this post as solved
or just copy and paste the code :PepeLaugh:
15 replies
C
C#
•
Created by ILikeCats! on 4/17/2025 in
#help
[solved] How to mark this post as solved
by adding that repo as a submodule to your repo
15 replies
C
C#
•
Created by ILikeCats! on 4/17/2025 in
#help
[solved] How to mark this post as solved
you aren't talking about github packages are you?
15 replies
C
C#
•
Created by ILikeCats! on 4/17/2025 in
#help
[solved] How to mark this post as solved
there is no "add library from github" specific feature in VS
15 replies
C
C#
•
Created by ILikeCats! on 4/17/2025 in
#help
[solved] How to mark this post as solved
add the source to your project as a submodule i guess
15 replies
C
C#
•
Created by ILikeCats! on 4/17/2025 in
#help
[solved] How to mark this post as solved
look for a nuget package for it
15 replies
C
C#
•
Created by Cydo on 4/16/2025 in
#help
✅ Can't update database in docker.
same reason you deploy applications with docker, to have a separate and consistent environment for a particular purpose
15 replies
C
C#
•
Created by Cydo on 4/16/2025 in
#help
✅ Can't update database in docker.
yours is just set up to build an image that runs the application
15 replies
C
C#
•
Created by Cydo on 4/16/2025 in
#help
✅ Can't update database in docker.
but that's not how you've structured your image
15 replies
C
C#
•
Created by Cydo on 4/16/2025 in
#help
✅ Can't update database in docker.
i personally don't develop in containers, but you can
15 replies
C
C#
•
Created by Cydo on 4/16/2025 in
#help
✅ Can't update database in docker.
tl;dr you shouldn't be trying to run these commands in the container in the first place
15 replies
C
C#
•
Created by Cydo on 4/16/2025 in
#help
✅ Can't update database in docker.
or one of the other options listed here
https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/applying?tabs=dotnet-core-cli
15 replies
C
C#
•
Created by Cydo on 4/16/2025 in
#help
✅ Can't update database in docker.
you can apply them through code when your app starts as well with
context.Database.MigrateAsync()
15 replies
C
C#
•
Created by Cydo on 4/16/2025 in
#help
✅ Can't update database in docker.
creating migrations is done at dev time and they're compiled into the application
15 replies
C
C#
•
Created by Cydo on 4/16/2025 in
#help
✅ Can't update database in docker.
you're only bringing the sdk into the build step, you don't have it in the final image and there's no reason to
15 replies
C
C#
•
Created by alihyder_luckyboy on 4/12/2025 in
#help
✅ .Net Digital Persona Integration Task
you aren't allowed to post jobs here, please read the rules
5 replies
C
C#
•
Created by alihyder_luckyboy on 4/12/2025 in
#help
✅ .Net Digital Persona Integration Task
so what's your question?
5 replies