GoogleCloudPlatform / google-cloud-dotnet-powerpack

Small NuGet packages for Google Cloud Platform users.
Apache License 2.0
19 stars 11 forks source link

dotnet 3.1 Support #21

Open oriolaakeem opened 4 years ago

oriolaakeem commented 4 years ago

When is it likely to happen?

jskeet commented 4 years ago

@oriolaakeem: Could you clarify exactly what you're expecting? Are you talking about libraries or templates? I'd expect the libraries to work with .NET Core 3.1 already, as they target netstandard2.0.

We have no current plans for the libraries here, but if you're facing a problem I'd be happy to look into it, if you can provide more details.

oriolaakeem commented 4 years ago

the possibility is using google-cloud-dotnet-powerpack for net core 3.1 projects and the templates as well. I tried to set up a new project using the template. It didn't work (2.2 is not compatible with 3.0 or 3.1; there are breaking changes)

jskeet commented 4 years ago

"google-cloud-dotnet-powerpack" isn't a package though - it's just the name of this repo.

The templates haven't been updated in a long time, and should potentially be deleted - but the packages should be fine.

I really hope there's no need for the templates to be honest - if you basically just want to install the ASP.NET Core Diagnostics packages, I suggest you read https://googleapis.dev/dotnet/Google.Cloud.Diagnostics.AspNetCore/latest/index.html which is more up-to-date.