-
-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
namespaces refactoring, small improvements
- Loading branch information
1 parent
489cbcb
commit 17492fa
Showing
16 changed files
with
49 additions
and
53 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
Documentation/Blazorise.Docs/Components/ComponentApiDocs.razor
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,4 +1,5 @@ | ||
<DocsPageSubtitle> | ||
@using Blazorise.Generator.Features.ApiDocsDtos | ||
<DocsPageSubtitle> | ||
API | ||
</DocsPageSubtitle> | ||
|
||
|
3 changes: 2 additions & 1 deletion
3
Documentation/Blazorise.Docs/Components/ComponentApiDocsProperty.razor
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
7 changes: 6 additions & 1 deletion
7
...se.ApiDocsDtos/ComponentsApiDocsSource.cs → ...es/ApiDocsDtos/ComponentsApiDocsSource.cs
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
5 changes: 4 additions & 1 deletion
5
...ators/Blazorise.ApiDocsDtos/Extensions.cs → ...erator.Features/ApiDocsDtos/Extensions.cs
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
10 changes: 3 additions & 7 deletions
10
Source/SourceGenerators/Blazorise.Generator.Features/GenerateEqualityAttribute.cs
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,10 +1,6 @@ | ||
using System; | ||
|
||
namespace Blazorise.Generator.Features | ||
{ | ||
[AttributeUsage( AttributeTargets.Class )] | ||
public class GenerateEqualityAttribute : Attribute | ||
{ | ||
namespace Blazorise.Generator.Features; | ||
|
||
} | ||
} | ||
[AttributeUsage( AttributeTargets.Class )] | ||
public class GenerateEqualityAttribute : Attribute; |
10 changes: 3 additions & 7 deletions
10
Source/SourceGenerators/Blazorise.Generator.Features/GenerateIgnoreEqualityAttribute.cs
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,10 +1,6 @@ | ||
using System; | ||
|
||
namespace Blazorise.Generator.Features | ||
{ | ||
[AttributeUsage( AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event )] | ||
public class GenerateIgnoreEqualityAttribute : Attribute | ||
{ | ||
namespace Blazorise.Generator.Features; | ||
|
||
} | ||
} | ||
[AttributeUsage( AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event )] | ||
public class GenerateIgnoreEqualityAttribute : Attribute; |
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
2 changes: 1 addition & 1 deletion
2
...se.ApiDocsGenerator/Dtos/ComponentInfo.cs → ...or/ApiDocsGenerator/Dtos/ComponentInfo.cs
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
4 changes: 2 additions & 2 deletions
4
...ApiDocsGenerator/Extensions/Extensions.cs → ...ApiDocsGenerator/Extensions/Extensions.cs
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
8 changes: 2 additions & 6 deletions
8
...csGenerator/Helpers/DefaultValueHelper.cs → ...csGenerator/Helpers/DefaultValueHelper.cs
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
2 changes: 1 addition & 1 deletion
2
...piDocsGenerator/Helpers/ExtractorParts.cs → ...piDocsGenerator/Helpers/ExtractorParts.cs
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
10 changes: 4 additions & 6 deletions
10
...ApiDocsGenerator/Helpers/InfoExtractor.cs → ...ApiDocsGenerator/Helpers/InfoExtractor.cs
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
5 changes: 2 additions & 3 deletions
5
...zorise.ApiDocsGenerator/Helpers/Logger.cs → ...erator/ApiDocsGenerator/Helpers/Logger.cs
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
7 changes: 3 additions & 4 deletions
7
...ator/Helpers/XmlCommentToHtmlConverter.cs → ...ator/Helpers/XmlCommentToHtmlConverter.cs
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