Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
sibber
Posts
Comments
C
C#
•
Created by djibouti on 11/18/2024 in
#help
Need advice on how to update my WPF app from .net6 to .net8 with minimal disruption to users
ah yeah no unfortunately there isn't
12 replies
C
C#
•
Created by djibouti on 11/18/2024 in
#help
Need advice on how to update my WPF app from .net6 to .net8 with minimal disruption to users
wpf doesnt support trimming unfortunately
12 replies
C
C#
•
Created by djibouti on 11/18/2024 in
#help
Need advice on how to update my WPF app from .net6 to .net8 with minimal disruption to users
either way those are your only 2 options
12 replies
C
C#
•
Created by djibouti on 11/18/2024 in
#help
Need advice on how to update my WPF app from .net6 to .net8 with minimal disruption to users
you mentioned you rolled your own updater but that you also use advanced installer, i didnt quite understand
12 replies
C
C#
•
Created by djibouti on 11/18/2024 in
#help
Need advice on how to update my WPF app from .net6 to .net8 with minimal disruption to users
how do you typically push an update?
12 replies
C
C#
•
Created by djibouti on 11/18/2024 in
#help
Need advice on how to update my WPF app from .net6 to .net8 with minimal disruption to users
doesnt the advanced installer updater require admin perms anyway?
12 replies
C
C#
•
Created by djibouti on 11/18/2024 in
#help
Need advice on how to update my WPF app from .net6 to .net8 with minimal disruption to users
there isnt really another option other than either bundling the runtime with the app or having the installer install it
12 replies
C
C#
•
Created by eli on 11/13/2024 in
#help
Possible to use a class as composite key in entity framework?
i dont see why you dont just use another id column or something
11 replies
C
C#
•
Created by eli on 11/13/2024 in
#help
Possible to use a class as composite key in entity framework?
if you want strongly typed ids you can use something like
vogen
11 replies
C
C#
•
Created by eli on 11/13/2024 in
#help
Possible to use a class as composite key in entity framework?
why does a book id have a storefront
11 replies
C
C#
•
Created by salty_pepper on 11/13/2024 in
#help
mediatR 12.41 breaking change with IRequest
try cleaning and rebuilding
5 replies
C
C#
•
Created by salty_pepper on 11/13/2024 in
#help
mediatR 12.41 breaking change with IRequest
the non generic one is for void responses
5 replies
C
C#
•
Created by salty_pepper on 11/13/2024 in
#help
mediatR 12.41 breaking change with IRequest
you shouldnt implement both the generic and non generec IRequest
5 replies
C
C#
•
Created by salty_pepper on 11/13/2024 in
#help
mediatR 12.41 breaking change with IRequest
thats weird, it works fine for me
5 replies
C
C#
•
Created by Hatred An8el on 11/13/2024 in
#help
✅ How does dependencies works ?
$close @Hatred An8el
30 replies
C
C#
•
Created by StilauGamer on 11/13/2024 in
#help
Inject IDbContextFactory or DbContext directly?
otherwise just inject DbContext directly
15 replies
C
C#
•
Created by StilauGamer on 11/13/2024 in
#help
Inject IDbContextFactory or DbContext directly?
e.g. if youre writing a factory for something that needs DbContexts
15 replies
C
C#
•
Created by StilauGamer on 11/13/2024 in
#help
Inject IDbContextFactory or DbContext directly?
the factory is for when you need multiple units of work or when the lifetime of the context doesnt fit
15 replies
C
C#
•
Created by Nanior on 11/11/2024 in
#help
Calling static method of interface via it's type
anyway yeah protobuf seems nice for that
73 replies
C
C#
•
Created by Nanior on 11/11/2024 in
#help
Calling static method of interface via it's type
oh i dont think they meant cross lang
73 replies