Tinefol
Tinefol
CC#
Created by Rtransat on 7/16/2023 in #help
❔ Get only values when deserialize json
Why wouldn't you just deserialize then convert it to list?
17 replies
CC#
Created by zxa4fd on 7/15/2023 in #help
❔ How to deploy asp.net sites to Docker IIS?
TIL that IIS in docker is a thing. according to https://hub.docker.com/_/microsoft-windows-servercore-iis?tab=description it should be /inetpub/wwwroot
41 replies
CC#
Created by linqisnice on 7/15/2023 in #help
❔ signalr optimistic updates excluding the connection of the user posting the message
Assigning the messages unique IDs is generally a good idea for consistency across architecture. I don't see any downsides. You do not want to see something: you ignore it, based on some condition.
14 replies
CC#
Created by alistairv on 7/14/2023 in #help
❔ Pattern matching on multiple cases with the same-typed members
so the names of the properties are different, but types are the same?
12 replies
CC#
Created by E-slacker on 7/9/2023 in #help
❔ How to return a generic interface whose only parameter is determined on runtime?
Yoiu can't use new, need to specifically use Activator class?
26 replies
CC#
Created by JUK_Karol on 7/1/2023 in #help
❔ asp.net core auth in endpoint
7 replies
CC#
Created by JUK_Karol on 7/1/2023 in #help
❔ asp.net core auth in endpoint
yea, two endpoints is pretty dirty, you should go with middleware
7 replies
CC#
Created by paulman176 on 7/1/2023 in #help
❔ Can't succesfully run visual studio project
guess I'm out of ideas then :/ As I'm not running on Mac, can't tell much on how to debug it there
23 replies
CC#
Created by paulman176 on 7/1/2023 in #help
❔ Can't succesfully run visual studio project
like with lsof -i: <port number>
23 replies
CC#
Created by paulman176 on 7/1/2023 in #help
❔ Can't succesfully run visual studio project
have you checked there's indeed nothing on this port?
23 replies
CC#
Created by paulman176 on 7/1/2023 in #help
❔ Can't succesfully run visual studio project
are you sure the port is not blocked by firewall or something?
23 replies
CC#
Created by paulman176 on 7/1/2023 in #help
❔ Can't succesfully run visual studio project
23 replies
CC#
Created by JUK_Karol on 7/1/2023 in #help
❔ asp.net core auth in endpoint
the one that would let the request through, but indicated that it isn't trully authenticated
7 replies
CC#
Created by JUK_Karol on 7/1/2023 in #help
❔ asp.net core auth in endpoint
The cleanest way would to be to introduce some kind of authentication middleware
7 replies
CC#
Created by paulman176 on 7/1/2023 in #help
❔ Can't succesfully run visual studio project
a link would be helpful?
23 replies
CC#
Created by Murphy on 6/26/2023 in #help
❔ xUnit - totally isolated serial parameterized tests?
I mean, what really are you trying to accomplish
14 replies
CC#
Created by Murphy on 6/26/2023 in #help
❔ xUnit - totally isolated serial parameterized tests?
Although I'm still not sure what your problem is here :/
14 replies
CC#
Created by Murphy on 6/26/2023 in #help
❔ xUnit - totally isolated serial parameterized tests?
Pretty sure this isn't possible with NUnit either
14 replies
CC#
Created by Pork on 6/25/2023 in #help
❔ Error parsing infinity for json, Happens randomly.
so something like var x = read; try { deserialize } catch { log(exception); log(x); }
16 replies
CC#
Created by Pork on 6/25/2023 in #help
❔ Error parsing infinity for json, Happens randomly.
I doubt there's a problem with deserializer, more likely there's some problem with file handling
16 replies