H.Resources.Generator 1.1.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package H.Resources.Generator --version 1.1.5                
NuGet\Install-Package H.Resources.Generator -Version 1.1.5                
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="H.Resources.Generator" Version="1.1.5">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add H.Resources.Generator --version 1.1.5                
#r "nuget: H.Resources.Generator, 1.1.5"                
#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 H.Resources.Generator as a Cake Addin
#addin nuget:?package=H.Resources.Generator&version=1.1.5

// Install H.Resources.Generator as a Cake Tool
#tool nuget:?package=H.Resources.Generator&version=1.1.5                

Generates static class with all Embedded resources with specified types.
Suitable for situations where you want to have a multi-target solution containing both .Net Framework and .Net Core/.Net 5

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on H.Resources.Generator:

Repository Stars
HavenDV/H.NotifyIcon
TrayIcon for WPF/WinUI/Uno/MAUI
tryAGI/LangChain
C# implementation of LangChain. We try to be as close to the original as possible in terms of abstractions, but are open to new entities.
HavenDV/DependencyPropertyGenerator
Dependency property, routed event and weak event source generator for WPF/UWP/WinUI/Uno/Avalonia/MAUI platforms.
Version Downloads Last updated
1.6.1 53 9/7/2024
1.6.0 9,438 12/2/2023
1.5.1 2,463 5/8/2023
1.5.0 2,440 3/9/2023
1.4.0 1,650 11/1/2022
1.2.28 2,149 7/13/2022
1.2.27 694 5/18/2022
1.2.26 399 5/18/2022
1.2.25 378 5/18/2022
1.2.24 421 5/18/2022
1.2.22 683 3/22/2022
1.2.21 531 2/2/2022
1.2.20 693 10/19/2021
1.2.19 442 8/6/2021
1.2.18 333 7/13/2021
1.2.17 321 7/13/2021
1.2.16 307 7/13/2021
1.1.15 344 7/13/2021
1.1.14 321 7/13/2021
1.1.13 337 7/13/2021
1.1.12 310 7/10/2021
1.1.11 318 7/10/2021
1.1.9 305 7/9/2021
1.1.8 307 7/6/2021
1.1.7 366 6/14/2021
1.1.6 337 6/14/2021
1.1.5 289 6/12/2021
1.1.4 285 6/12/2021
1.1.3 299 6/12/2021
1.1.2 328 6/12/2021
1.1.1 325 6/12/2021
1.0.5 717 4/11/2021
1.0.4 729 4/10/2021
1.0.3 298 4/10/2021
1.0.2 308 4/10/2021
1.0.1 314 4/10/2021
1.0.0 365 4/10/2021

⭐ Last 10 features:
- feat: Added global options: Namespace, Modifier and ClassName. 2021-06-13
- feat: Added conditional use for System.Drawing code. 2021-06-13
- feat: Added System.IO.Stream support. 2021-06-13
- feat: Added auto releasing. 2021-06-13
- feat: Added support for files with whitespaces. 2021-06-13
- feat: Updated NuGet references. 2021-06-13
- feat: Added variable types. 2021-04-11
- feat: Added unit tests. 2021-04-10
- feat: Implemented. Released 1.0.0. 2021-04-10
🐞 Last 10 bug fixes:
- fix: Fixed whitespaces. 2021-06-13
- fix: Fixed GetOption bug. 2021-06-13
- fix: Fixed explicit Type bug. 2021-06-13
- fix: Fixed paths with '-'. 2021-04-11
- fix: Fixed tests. 2021-04-11
- fix: Fixed nullable bug. 2021-04-10
- fix:  Fixed using bug. 2021-04-10
- fix: Fixed bugs. 2021-04-10
- fix: Fixed FileNotFound bug. 2021-04-10