Hulkstance
Hulkstance
CC#
Created by Hulkstance on 3/22/2025 in #help
Possible NullReferenceException
yeah, looks like
28 replies
CC#
Created by Hulkstance on 3/22/2025 in #help
Possible NullReferenceException
yeah that works too
28 replies
CC#
Created by Hulkstance on 3/22/2025 in #help
Possible NullReferenceException
the official .Where implementation from IQueryable doesn't either
28 replies
CC#
Created by Hulkstance on 3/22/2025 in #help
Possible NullReferenceException
ugh, I guess I'll keep it .WhereIf(request.UserId.HasValue, x => x.UserId == request.UserId) in that case
28 replies
CC#
Created by Hulkstance on 3/22/2025 in #help
Possible NullReferenceException
I guess the question is how do I tell the nullability analysis to evaluate the condition boolean?
28 replies
CC#
Created by Hulkstance on 3/22/2025 in #help
Possible NullReferenceException
is there a way I could specify an attribute like NotNullWhen or smt
28 replies
CC#
Created by Hulkstance on 3/22/2025 in #help
Possible NullReferenceException
I've defined it myself
28 replies
CC#
Created by Hulkstance on 3/22/2025 in #help
Possible NullReferenceException
right above
28 replies
CC#
Created by Hulkstance on 3/22/2025 in #help
Possible NullReferenceException
it's an extension
28 replies
CC#
Created by Hulkstance on 3/21/2025 in #help
ASP Identity <> Microsoft Entra ID
@TeBeCo what do you think about that
33 replies
CC#
Created by Hulkstance on 3/21/2025 in #help
ASP Identity <> Microsoft Entra ID
I guess I'll just use Keycloak and will have a local copy of the User table with a reference to KeycloakId
33 replies
CC#
Created by Hulkstance on 3/21/2025 in #help
ASP Identity <> Microsoft Entra ID
if the app needs to know the list of the users: - in Entra ID, they're stored in the Azure Active Directory - in ASP.NET Identity, they're stored locally I don't think signInManager.PasswordSignInAsync can interact with Microsoft Graph API, so ASP.NET Identity's abstraction is no longer applicable. I also have foreign keys on the User table, which likely means I still need to keep the User table locally for that purpose and add a new column that references the Entra ID user. I haven't done this before, and I'm not sure if this is the best approach.
33 replies
CC#
Created by Hulkstance on 7/15/2023 in #help
❔ Key Vault + AppConfiguration usage
@snowy9228, thanks, so I will continue using it that way^^
8 replies
CC#
Created by Hulkstance on 7/15/2023 in #help
❔ Application Insights Health Checks
14 replies
CC#
Created by Hulkstance on 7/15/2023 in #help
❔ Application Insights Health Checks
it's indeed 3rd party
14 replies
CC#
Created by Hulkstance on 7/15/2023 in #help
❔ Application Insights Health Checks
just found the package
14 replies
CC#
Created by Hulkstance on 7/15/2023 in #help
❔ Application Insights Health Checks
14 replies
CC#
Created by Hulkstance on 7/15/2023 in #help
❔ Application Insights Health Checks
oh, thanks
14 replies
CC#
Created by Hulkstance on 3/24/2023 in #help
❔ Trying to use Azure SignalR Service as Backplane and for client affinity (Sticky sessions)
thanks once again ❤️
14 replies