DanDeveloping.Echo 0.9.7

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package DanDeveloping.Echo --version 0.9.7
NuGet\Install-Package DanDeveloping.Echo -Version 0.9.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DanDeveloping.Echo" Version="0.9.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DanDeveloping.Echo --version 0.9.7
#r "nuget: DanDeveloping.Echo, 0.9.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

Codacy Badge Codacy Badge

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

  1. Target multiple .NET Frameworks in a single solution/project.
  2. Testing projects against anticipated downstream versions to reduce revists to this code until a new version needs support or an old version is deprecated.
  3. Integrate between Github, Codacy, and NuGet
  4. 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.
  5. Use individually created downstream projects that consume specific versions of the NuGet Package for integration testing.
  6. More Birds with this stone - learn more things while we're here.

References

Product 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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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.

Version Downloads Last updated
0.9.7 103 2/26/2024
0.9.6 86 2/26/2024
0.9.5 93 2/26/2024
0.9.4 80 2/26/2024
0.9.3 87 2/26/2024

No release notes at this time.