DanDeveloping.Echo
0.9.7
Prefix Reserved
dotnet add package DanDeveloping.Echo --version 0.9.7
NuGet\Install-Package DanDeveloping.Echo -Version 0.9.7
<PackageReference Include="DanDeveloping.Echo" Version="0.9.7" />
paket add DanDeveloping.Echo --version 0.9.7
#r "nuget: DanDeveloping.Echo, 0.9.7"
// Install DanDeveloping.Echo as a Cake Addin #addin nuget:?package=DanDeveloping.Echo&version=0.9.7 // Install DanDeveloping.Echo as a Cake Tool #tool nuget:?package=DanDeveloping.Echo&version=0.9.7
NugetMultiTarget Project
Learning to develop multitargeted nuget packages for .NET targets
Purpose of the Project
Here we can learn how to define, build, test, and report code coverage on a MultiTargeted Framework SDK type project.
In this project we will build a single solution that targets multiple frameworks to allow for the maximum supportability of downstream projects and solutions.
What does the project do exactly?
This is a sample project that simply creates an 'echo' of a string provided to the Echoer Class with the limitation of only returning the last 15 characters of the string provided. If the string is less than or equal to 15 characters then the entire string is returned. It was based on the idea that if you yell too much for an echo you'll only hear the last part of what you said.
Project Targets
The Project we are creating will target:
- .NET Framework 4.7 - existing legacy projects earliest version
- .NET 6 - current Long Term Support (LTS) but End of Life (EOL) late 2024
- .NET 8 - next LTS version
- .NETSTANDARD 2.0 - best practice recommendation version for support SDK projects
Test Targets
The Test Project will act like downstream projects by testing:
- .NET Framework 4.7
Will be tested by:
- .NET Framework 4.7
- .NET Framework 4.8
- .NET 6
Will be tested by:
- .NET 6
- .NET 7
- .NET 8
Will be tested by:
- .NET 8
- .NETSTANDARD 2.0
Will be tested by:
- .NET 5
Goals of this Solution
- Target multiple .NET Frameworks in a single solution/project.
- Testing projects against anticipated downstream versions to reduce revists to this code until a new version needs support or an old version is deprecated.
- Integrate between Github, Codacy, and NuGet
- Documentation - Generate and Integrate as much documentation as required for a professional look both on NuGet.org and when consuming the package in downstream solutions.
- Use individually created downstream projects that consume specific versions of the NuGet Package for integration testing.
- More Birds with this stone - learn more things while we're here.
References
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
net6.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
No release notes at this time.