Romfos
|
09f094c811
|
[dotnet, csharp] Run tests for supported platforms .NET 6, .NET Framework 4.6.2 (#12378)
What's changed?
- Update some nuget packages (for test projects)
- Run unit tests for supported platforms: .NET 6 + .NET Framework 4.6.2
Notes:
.NET Framework 4.6.1 is out of support, .NET Framework 4.6.2 is the older version that is still supported
https://devblogs.microsoft.com/dotnet/net-framework-4-5-2-4-6-4-6-1-will-reach-end-of-support-on-april-26-2022/
.NET 5 is out of support
https://devblogs.microsoft.com/dotnet/dotnet-5-end-of-support-update/
.NET Core 3.1 is out of support
https://devblogs.microsoft.com/dotnet/net-core-3-1-will-reach-end-of-support-on-december-13-2022/
Visual studio 2012 is out of support
https://devblogs.microsoft.com/visualstudio/support-ends-for-older-versions-of-visual-studio-feb2022
Closes #12378
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/12378 from Romfos:main 227661e02c
PiperOrigin-RevId: 523196896
|
2 years ago |
theodorerose
|
628a7e6fa4
|
Sync from Piper @457757259
PROTOBUF_SYNC_PIPER
|
3 years ago |
Erik Mavrinac
|
9f58ee3f04
|
Update to C# 10 and upgrade code style (#10105)
|
3 years ago |
Mike Kruskal
|
a29e0e3f44
|
Sync from Piper @439400376
PROTOBUF_SYNC_PIPER
|
3 years ago |
Jon Skeet
|
e1e9d3e6da
|
Normalize all C# and .proto files to LF
This commit should have no non-whitespace changes
Fixes #9526 (in terms of content)
|
3 years ago |
Jensaarai
|
10df21ed5e
|
Add .NET 6 target to Google.Protobuf test projects
* .NET 5 reaches end-of-support in May, so update the Benchmarks project
to `net6.0`
* Update some NuGet packages to latest.
|
3 years ago |
Darly Paredes
|
a4c9effec1
|
Sync from Piper @436517178
PROTOBUF_SYNC_PIPER
|
3 years ago |
James Newton-King
|
e5ae3bb763
|
[C#] Update GetExtension to support getting typed value (#9655)
|
3 years ago |
James Newton-King
|
22462b0c52
|
Fix trim warnings
|
3 years ago |
Jan Tattermusch
|
930ab0f33d
|
C#: do not use <PublicSign>true</PublicSign> on non-windows
|
4 years ago |
listonjesse
|
2ae7cf0e03
|
Auxillary -> Auxiliary
|
5 years ago |
Jan Tattermusch
|
ea605381e6
|
make everything build
|
5 years ago |
Sydney Acksman
|
51fa766baa
|
Fix typos
Bring .NET Framework target down to 4.5
Rename project in comment
|
5 years ago |
Sydney Acksman
|
8da87c6202
|
Rename Google.Protobuf.Test.CodeGen to Google.Protobuf.Test.TestProtos
|
5 years ago |
Sydney Acksman
|
2bb49712aa
|
Add comment to summarize project
Set lang version to C# 3.0
Add .NET Standard 2.0 target
Fix partial diagnostic string since it requires C# 6
|
5 years ago |
Sydney Acksman
|
a85c4a3299
|
Move generated test code to a seperate lib
|
5 years ago |