H.Generators.Extensions 1.22.0

dotnet add package H.Generators.Extensions --version 1.22.0
NuGet\Install-Package H.Generators.Extensions -Version 1.22.0
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.Generators.Extensions" Version="1.22.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add H.Generators.Extensions --version 1.22.0
#r "nuget: H.Generators.Extensions, 1.22.0"
#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.Generators.Extensions as a Cake Addin
#addin nuget:?package=H.Generators.Extensions&version=1.22.0

// Install H.Generators.Extensions as a Cake Tool
#tool nuget:?package=H.Generators.Extensions&version=1.22.0

H.Generators.Extensions

A set of extensions to simplify the code of generators. In addition to extensions, this library also adds a .props file to automatically add your generation-time dependencies to the NuGet package and Integration tests.

Install

The usage is pretty simple:

<PackageReference Include="H.Generators.Extensions" Version="1.4.2" PrivateAssets="all" />

I want to note that PrivateAssets="all" is required to rule out some issues.

Extensions

AnalyzerConfigOptionsProviderExtensions

  • options.GetGlobalOption(string name)
  • options.GetOption(AdditionalText, string name)
  • options.GetRequiredGlobalOption(string name)
  • options.GetRequiredOption(AdditionalText, string name)
  • options.TryRecognizeFramework()
  • options.RecognizeFramework() To recognize the framework, you will need to add the following code to your %PackageId%.props:
<Project>

  <ItemGroup>
    <CompilerVisibleProperty Include="RecognizeFramework_DefineConstants"/>
    <CompilerVisibleProperty Include="UseWPF"/>
    <CompilerVisibleProperty Include="UseWinUI"/>
    <CompilerVisibleProperty Include="UseMaui"/>
  </ItemGroup>

  <Target Name="CreateDefineConstants" BeforeTargets="GenerateMSBuildEditorConfigFileShouldRun;GenerateMSBuildEditorConfigFileCore">

    <PropertyGroup>
      <RecognizeFramework_DefineConstants>$(DefineConstants.Replace(';',','))</RecognizeFramework_DefineConstants>
    </PropertyGroup>

  </Target>
  
</Project>

SourceProductionContextExtensions

  • context.ReportException(string id, Exception)

StringExtensions

  • name.ToPropertyName()
  • name.ToParameterName()
  • text.RemoveBlankLinesWhereOnlyWhitespaces()
  • text.NormalizeLineEndings(string? newLine = null)
  • fullTypeName.ExtractNamespace()
  • fullTypeName.ExtractSimpleName()
  • fullTypeName.WithGlobalPrefix()

EnumerableExtensions

  • values.Inject()

H.Generators.Tests.Extensions

  • DictionaryAnalyzerConfigOptions
  • DictionaryAnalyzerConfigOptionsProvider
  • MemoryAdditionalText
  • ImmutableArrayExtensions.NormalizeLocations

Support

You can get answers to your questions in my discord support channel:
https://discord.gg/g8u2t9dKgE

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 is compatible.  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 was computed.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on H.Generators.Extensions:

Repository Stars
christianhelle/refitter
Refit Client API Generator for OpenAPI
Version Downloads Last updated
1.22.0 2,772 11/30/2023
1.21.1 84 11/30/2023
1.21.0 96 11/30/2023
1.20.0 1,507 11/7/2023
1.19.0 1,303 9/22/2023
1.18.0 1,265 8/30/2023
1.17.1 116 8/30/2023
1.17.0 107 8/30/2023
1.16.0 1,023 8/16/2023
1.15.1 1,340 4/8/2023
1.15.0 294 3/10/2023
1.14.3 194 3/9/2023
1.14.2 296 3/9/2023
1.14.1 237 3/9/2023
1.14.0 175 3/9/2023
1.13.1 170 3/9/2023
1.13.0 179 3/9/2023
1.12.0 190 3/8/2023
1.11.0 1,602 3/6/2023
1.10.2 198 3/6/2023
1.10.1 202 3/6/2023
1.10.0 196 3/5/2023
1.9.2 602 2/16/2023
1.9.1 436 2/6/2023
1.9.0 222 2/6/2023
1.8.4 350 1/4/2023
1.8.3 761 11/19/2022
1.8.2 291 11/12/2022
1.8.1 933 11/1/2022
1.8.0 316 11/1/2022
1.7.7 6,767 8/1/2022
1.7.6 451 7/19/2022
1.7.5 672 7/17/2022
1.7.4 392 7/13/2022
1.7.3 373 7/13/2022
1.7.2 418 7/13/2022
1.7.1 385 7/13/2022
1.7.0 408 7/9/2022
1.6.0 560 7/8/2022
1.5.0 419 6/23/2022
1.4.2 555 6/22/2022
1.4.1 396 6/22/2022
1.4.0 390 6/22/2022
1.3.0 388 6/21/2022
1.2.0 422 6/6/2022
1.1.0 373 6/6/2022
1.0.20 385 6/1/2022
1.0.19 379 6/1/2022
1.0.18 399 5/31/2022
1.0.17 395 5/31/2022
1.0.16 366 5/31/2022
1.0.15 375 5/31/2022
1.0.14 386 5/31/2022
1.0.13 378 5/25/2022
1.0.12 370 5/25/2022
1.0.11 382 5/25/2022
1.0.10 377 5/25/2022
1.0.9 382 5/25/2022
1.0.8 378 5/25/2022
1.0.7 382 5/24/2022
1.0.6 380 5/20/2022
1.0.5 392 5/18/2022
1.0.4 384 5/18/2022
1.0.3 376 5/18/2022
1.0.2 398 5/18/2022
1.0.1 407 5/18/2022

⭐ Last 10 features:
Added extensions from DependencyPropertyGenerator.
Updated to net8.0.
Added net8.0 support for ReferenceAssemblies.
Updated Uno version in FrameworkReferenceAssemblies.
Added GeneratorDriverExtensions.
Added net7.0 reference assemblies.
Added SelectAndReportDiagnostics.
Added IncrementalValuesProvider.CollectAsEquatableArray.
Simplified framework detection and exclude dynamic names.
Added new steps extensions.
🐞 Last 10 fixes:
Updated Uno and WinAppSdk versions.
Fixed Avalonia ReferenceAssemblies.
Fixed warnings.
Added ability to add/remove _SystemLibs.
Added missing IncrementalValueProvider SelectAndReportExceptions without cancellation token.
Added IncrementalValueProvider SelectAndReportExceptions.
Added missing useful overloads.
Added IncrementalValuesProviderExtensions.WhereNotNull.
Simplified ImmutableArrayExtensions.
Removed deprecated SourceProductionContextExtensions.AddTextSource.