python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is there a build of google-api-dotnet-client that is compatible with .Net Framework 4.8
My project w/c uses google-api-dotnet-client need to be upgrade from .Net Framework 4.5 to 4.8 in order to utilize TLS1.3. Is there a version of google-api-dotnet-client that is compatible w/ .Net Fra...
sjlewis
Votes: 0
Answers: 1
Flurl using TLS 1.0 in a .Net Framework 4.8 application
I have a .NET Framework 4.8 application that is using Flurl to initiate requests against an endpoint. But whenever we are trying to access the endpoint, TLS 1.0 is being used. When I print out Service...
Jooseppi
Votes: 0
Answers: 0
.NET Framework 4.8 Environment.UserInteractive always returns true regardless if it was started in a service or not
I'm writing a program that can be ran as both a console app and as a service. Right now, it's basically:
static void Main(string[] args)
{
if (Environment.UserInteractive)
{
// Console...
slam505
Votes: 0
Answers: 0
Create a Linux-based Docker file for .NET Framework project
I have an ASP.Net Framework 4.8 project. I want to create a Linux-based Docker file for this project, but I can't find a Linux-based image to use as a base image in my Docker file for .NET Framework. ...

Hamed Hajiloo
Votes: 0
Answers: 2