bjbr-dev
bjbr-dev
It's causing an issue for us as well, we have a setup where OIDC authentication is optional (they can either use a pre-shared token, or use OIDC but not both)....
I've just got this working for my own project by using this syntax: ``` proxy: [ [ (pathname, req) => pathname.match('^/api') && req.method === 'GET', { target: 'http://localhost:8000/' } ]...
> How could this be restructured such that _one class_ defines _all three_ overloads of `GetInterpolatedStringBuilder`? Could we you attributes instead? ```c# ref struct LogParamsBuilder { public static InfoLoggerParamsBuilder GetTraceInterpolatedStringBuilder(...)...
Im not sure on how the compiler would behave here, but it seems easier for the compiler if is a parameter attribute. If its an arbitrary class as a parameter...