Sehra
Sehra
CC#
Created by TimberStalker on 3/18/2025 in #help
Blazor Wasm Static Content Error
postman is not a browser. check what headers you send that it matches the content. for example if you claim the content is gzipped but it's not
2 replies
CC#
Created by Nebula on 3/16/2025 in #help
Property setter disappears on `PublishTrimmed`
don't think there is. check if there is a code fix to do it on whole solution
13 replies
CC#
Created by Nebula on 3/16/2025 in #help
Property setter disappears on `PublishTrimmed`
where you introduce T, maybe it's up in the containing class
13 replies
CC#
Created by Nebula on 3/16/2025 in #help
Property setter disappears on `PublishTrimmed`
probably also T with what it complains about
13 replies
CC#
Created by Nebula on 3/16/2025 in #help
Property setter disappears on `PublishTrimmed`
you need to annotate the X type parameter with [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicProperties)]
13 replies
CC#
Created by CaffeineTremors on 3/14/2025 in #help
Deploying an asp.net blazor server app via docker container for local corporate intranet?
as example at work i use ECR as registry, and ECS to say i want a service running, here are the settings
10 replies
CC#
Created by CaffeineTremors on 3/14/2025 in #help
Deploying an asp.net blazor server app via docker container for local corporate intranet?
but sure, you can start it manually and restart it if needed
10 replies
CC#
Created by CaffeineTremors on 3/14/2025 in #help
Deploying an asp.net blazor server app via docker container for local corporate intranet?
orchestration can be pretty small, more of the kind you want one instance and restart if it crashes
10 replies
CC#
Created by CaffeineTremors on 3/14/2025 in #help
Deploying an asp.net blazor server app via docker container for local corporate intranet?
for orchestration, you can use for example swarm or kubernetes
10 replies
CC#
Created by CaffeineTremors on 3/14/2025 in #help
Deploying an asp.net blazor server app via docker container for local corporate intranet?
set up your own registry and use that
10 replies
CC#
Created by minglemer on 3/13/2025 in #help
✅ Exception: Cannot add value because header 'Authorization' does not support multiple values.
well that's a different thing, you showed error trying to set auth header twice
43 replies
CC#
Created by minglemer on 3/13/2025 in #help
✅ Exception: Cannot add value because header 'Authorization' does not support multiple values.
.DefaultRequestHeaders.Authorization = new("Bearer", "XXX");
43 replies
CC#
Created by Faker on 3/13/2025 in #help
✅ Looping through collections with key value pairs
IGrouping = Key + IEnumerable
17 replies
CC#
Created by gypsy crusaders jr on 3/9/2025 in #help
✅ System.Net.Sockets.SocketException (10048): Only one usage of each socket address
the address is already in use by another process (or you trying to bind it twice)
6 replies
CC#
Created by Ellopis on 2/28/2025 in #help
Configure Swagger UI through docker?
19 replies
CC#
Created by Angius on 3/7/2025 in #help
Aspire user secrets not available in prod environment
user secrets is only added as a configuration source in development
6 replies
CC#
Created by Faker on 3/6/2025 in #help
Unit Test, TestInitialize alternative in xUnit
if you have lots of common things to initialize, you can mark a method and you don't have to call it yourself in each test
4 replies
CC#
Created by Faker on 3/6/2025 in #help
Unit Test, TestInitialize alternative in xUnit
https://thomhurst.github.io/TUnit/docs/comparison/attributes has a comparison table, lifecycle hook attributes
4 replies
CC#
Created by Neophyte on 3/5/2025 in #help
Federated Authentication flow - AWS Cognito as IDP - Microsoft Entra MultiTenant app
welcome to cognito, it's special
8 replies
CC#
Created by Neophyte on 3/5/2025 in #help
Federated Authentication flow - AWS Cognito as IDP - Microsoft Entra MultiTenant app
8 replies