x0rld πŸ‘» πŸŽƒ
x0rld πŸ‘» πŸŽƒ
CC#
Created by CrownedHaley on 8/15/2024 in #help
Weird Build Error
it's msbuild not dotnet
15 replies
CC#
Created by CrownedHaley on 8/15/2024 in #help
Weird Build Error
try to clean & restore ?
15 replies
CC#
Created by Diesel Geezer on 8/11/2024 in #help
How to check if element exists in html cefsharp
if you just do the selector without the [0] do you have something ?
9 replies
CC#
Created by Diesel Geezer on 8/11/2024 in #help
How to check if element exists in html cefsharp
on response.Result I guess ?
9 replies
CC#
Created by Diesel Geezer on 8/11/2024 in #help
How to check if element exists in html cefsharp
and what's the exception ? @Diesel Geezer
9 replies
CC#
Created by NeotericSh on 7/8/2024 in #help
Extending the Assert class in xunit
you can use some lib like FluentAssertion for that https://fluentassertions.com/exceptions/
11 replies
CC#
Created by πŠπ«ΓΈπ‘ΓΈπ— on 6/10/2024 in #help
βœ… From App C# Error
show the error
30 replies
CC#
Created by mini on 5/12/2024 in #help
βœ… The request was aborted: a protected SSL/TLS channel could not be created
btw remove tls 1.1 and tls 1.0 that could cause some issue
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls | SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls13;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls | SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls13;
154 replies
CC#
Created by cyclo on 4/27/2024 in #help
process start
your variable from your form is a class or a string ?
70 replies
CC#
Created by cyclo on 4/27/2024 in #help
process start
can you copy paste here the error as text it's horrible to read in screenshot
70 replies
CC#
Created by cyclo on 4/27/2024 in #help
process start
don't ping me
70 replies
CC#
Created by cyclo on 4/27/2024 in #help
process start
read the last sentence
70 replies
CC#
Created by cyclo on 4/27/2024 in #help
process start
show the complete error
70 replies
CC#
Created by ! 휘백 on 4/22/2024 in #help
What is right rider blazor wasm hot reload profile?
you have to give a specific profile
13 replies
CC#
Created by ! 휘백 on 4/22/2024 in #help
What is right rider blazor wasm hot reload profile?
$close
13 replies
CC#
Created by ! 휘백 on 4/22/2024 in #help
What is right rider blazor wasm hot reload profile?
you can add --launch-profile to dotnet run I guess that works with watch
13 replies
CC#
Created by ! 휘백 on 4/22/2024 in #help
What is right rider blazor wasm hot reload profile?
if you run that profile in cmd what happend ?
13 replies
CC#
Created by Piixel on 4/18/2024 in #help
βœ… Read a xlsx file with c#
$excel better
11 replies
CC#
Created by Piixel on 4/18/2024 in #help
βœ… Read a xlsx file with c#
ah
11 replies