-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
215 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Rop.ControllerGenerator.Annotations | ||
|
||
Features | ||
-------- | ||
|
||
Annotations for Rop.ControllerGenerator | ||
|
||
The package is published in nuget as 'Rop.ControllerGenerator.Annotations' | ||
|
||
------ | ||
(C)2023 Ramón Ordiales Plaza |
25 changes: 24 additions & 1 deletion
25
Rop.ControllerGenerator.Annotations/Rop.ControllerGenerator.Annotations.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,31 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<PackageId>Rop.ControllerGenerator.Annotations</PackageId> | ||
<Title>Rop.ControllerGenerator.Annotations</Title> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<PackageTags>extensions;controllers;winforms;source-generator;roslyn</PackageTags> | ||
<Description>Annotations to ControllerGenerator</Description> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>1.0.4</Version> | ||
<Authors>Ramon Ordiales Plaza</Authors> | ||
<Company>Ramon Ordiales Plaza</Company> | ||
<Copyright>2023 Ramon Ordiales</Copyright> | ||
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression> | ||
<RepositoryUrl>https://api.nuget.org/v3/index.json</RepositoryUrl> | ||
<PackageProjectUrl>https://github.com/ramoneeza/Rop.Generators</PackageProjectUrl> | ||
<PackageReadmeFile>Readme.md</PackageReadmeFile> | ||
<IncludeBuildOutput>false</IncludeBuildOutput> | ||
</PropertyGroup> | ||
|
||
|
||
<ItemGroup> | ||
<Compile Remove="Packs\**" /> | ||
<EmbeddedResource Remove="Packs\**" /> | ||
<None Remove="Packs\**" /> | ||
<None Include=".\Readme.md" Pack="true" PackagePath="\" /> | ||
</ItemGroup> | ||
|
||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
# Rop.Winforms7.ControllerGenerator | ||
# Rop.ControllerGenerator | ||
|
||
Features | ||
-------- | ||
|
||
Add All controler to a form | ||
Add All controlers to a form | ||
|
||
The package is published in nuget as 'Rop.Winforms7.ControllerGenerator' | ||
The package is published in nuget as 'Rop.ControllerGenerator' | ||
|
||
The source generator must be included as: | ||
|
||
* OutputItemType="Analyzer" | ||
* ReferenceOutputAssembly="false" | ||
|
||
------ | ||
(C)2023 Ramón Ordiales Plaza |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Rop.CopyPartial.Annotations | ||
|
||
Features | ||
-------- | ||
|
||
Annotations for Rop.CopyPartialGenerator | ||
|
||
Copy a partial class to another partial class | ||
|
||
The package is published in nuget as 'Rop.CopyPartialGenerator' | ||
|
||
------ | ||
(C)2023 Ramón Ordiales Plaza |
14 changes: 11 additions & 3 deletions
14
Rop.CopyPartial.Annotations/Rop.CopyPartial.Annotations.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,27 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<PropertyGroup> | ||
<Title>Rop.CopyPartial.Annotations</Title> | ||
<RootNamespace>Rop.CopyPartial.Annotations</RootNamespace> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<PackageTags>helper-classes;AOP;annotations</PackageTags> | ||
<Description>Annotations for Copy Partial Generator</Description> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>1.0.2</Version> | ||
<Version>1.0.6</Version> | ||
<Authors>Ramon Ordiales Plaza</Authors> | ||
<Company>Ramon Ordiales Plaza</Company> | ||
<Copyright>2022 Ramon Ordiales</Copyright> | ||
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression> | ||
<RepositoryUrl>https://api.nuget.org/v3/index.json</RepositoryUrl> | ||
<PackageProjectUrl>https://github.com/ramoneeza/Rop.Generators</PackageProjectUrl> | ||
<PackageId>Rop.CopyPartial.Annotations</PackageId> | ||
</PropertyGroup> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="Packs\**" /> | ||
<EmbeddedResource Remove="Packs\**" /> | ||
<None Remove="Packs\**" /> | ||
<None Include=".\Readme.md" Pack="true" PackagePath="\" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Rop.DerivedFrom.Annotations | ||
|
||
Features | ||
-------- | ||
|
||
Annotations for Rop.DerivedFromGenerator | ||
|
||
Create a partial class that derives from another generic base class | ||
|
||
The package is published in nuget as 'Rop.DerivedFromGenerator' | ||
|
||
------ | ||
(C)2023 Ramón Ordiales Plaza |
25 changes: 21 additions & 4 deletions
25
Rop.DerivedFrom.Annotations/Rop.DerivedFrom.Annotations.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,26 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
<Title>Rop.DerivedFrom.Annotations</Title> | ||
<RootNamespace>Rop.DerivedFrom.Annotations</RootNamespace> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<PackageTags>helper-classes;winforms;annotations</PackageTags> | ||
<Description>Annotations for DerivedFrom Generator</Description> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>1.0.2</Version> | ||
<Authors>Ramon Ordiales Plaza</Authors> | ||
<Company>Ramon Ordiales Plaza</Company> | ||
<Copyright>2022 Ramon Ordiales</Copyright> | ||
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression> | ||
<RepositoryUrl>https://api.nuget.org/v3/index.json</RepositoryUrl> | ||
<PackageProjectUrl>https://github.com/ramoneeza/Rop.Generators</PackageProjectUrl> | ||
<PackageId>Rop.DerivedFrom.Annotations</PackageId> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Remove="Packs\**" /> | ||
<EmbeddedResource Remove="Packs\**" /> | ||
<None Remove="Packs\**" /> | ||
<None Include=".\Readme.md" Pack="true" PackagePath="\" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# Rop.Winforms7.DerivedFromGenerator | ||
# Rop.DerivedFromGenerator | ||
|
||
Features | ||
-------- | ||
|
||
It Allows to derive a form from another generic form | ||
It is a source generator solution to create a partial class that derives from another generic base class. | ||
|
||
When use in a Winforms project, the designer will work with the generated class. | ||
|
||
The package is published in nuget as 'Rop.DerivedFromGenerator' | ||
|
||
The source generator must be included as: | ||
|
||
* OutputItemType="Analyzer" | ||
* ReferenceOutputAssembly="false" | ||
|
||
The package is published in nuget as 'Rop.Winforms7.DerivedFromGenerator' | ||
|
||
------ | ||
(C)2023 Ramón Ordiales Plaza |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Rop.OneOfExtension.Annotations | ||
|
||
Features | ||
-------- | ||
|
||
Annotations for Rop.OneOfExtensionGenerator | ||
|
||
The package is published in nuget as 'Rop.OneOfExtensions.Annotations' | ||
|
||
------ | ||
(C)2023 Ramón Ordiales Plaza |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Rop.OneOfExtensionGenerator | ||
|
||
Features | ||
-------- | ||
|
||
It is a source generator solution to create Extensions based on OneOf types. | ||
|
||
The source generator will split the OneOf extension methods in several extensions methods, one for each type in the OneOf. | ||
This allows to use the extension methods without the need to specify the type. And avoid the need to repeat the same code for each type. | ||
|
||
The package is published in nuget as 'Rop.OneOfExtensionGenerator' | ||
|
||
The source generator must be included as: | ||
|
||
* OutputItemType="Analyzer" | ||
* ReferenceOutputAssembly="false" | ||
|
||
------ | ||
(C)2022 Ramón Ordiales Plaza |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Rop.StaticExtension.Annotations | ||
|
||
Features | ||
-------- | ||
|
||
Annotations for Rop.StaticExtensionGenerator | ||
|
||
The package is published in nuget as 'Rop.StaticExtensions.Annotations' | ||
|
||
|
||
|
||
------ | ||
(C)2023 Ramón Ordiales Plaza |
Oops, something went wrong.