-
-
Notifications
You must be signed in to change notification settings - Fork 6
first iteration #462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first iteration #462
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| # Just later | ||
|
|
||
| ## Latest Update : 2026-04-01 => 01 April 2026 | ||
| ## Latest Update : 2026-04-02 => 02 April 2026 | ||
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
|
|
||
| { | ||
| "$schema": "https://aka.ms/codetour-schema", | ||
| "title": "AssemblyMetadata", | ||
| "steps": | ||
| [ | ||
| { | ||
| "file": "rscg_examples/AssemblyMetadata/src/DemoMeta/DemoMeta.csproj", | ||
| "description": "First, we add Nuget [AssemblyMetadata](https://www.nuget.org/packages/AssemblyMetadata/) in csproj ", | ||
| "pattern": "AssemblyMetadata" | ||
| } | ||
|
|
||
| ,{ | ||
| "file": "rscg_examples/AssemblyMetadata/src/DemoMeta/Program.cs", | ||
| "description": "File Program.cs \r\n>> dotnet run --project rscg_examples/AssemblyMetadata/src/DemoMeta/DemoMeta.csproj ", | ||
| "pattern": "this is the code" | ||
| } | ||
|
|
||
|
|
||
| ,{ | ||
| "file": "rscg_examples/AssemblyMetadata/src/DemoMeta/obj/GX/BenjaminAbt.AssemblyMetadata/BenjaminAbt.AssemblyMetadata.AssemblyMetadataGenerator/AssemblyMetadataInfo.gen.cs", | ||
| "description": "Generated File 1 from 1 : AssemblyMetadataInfo.gen.cs ", | ||
| "line": 1 | ||
| } | ||
|
|
||
| ], | ||
|
|
||
| "ref": "main" | ||
|
|
||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
|
|
||
| <h1>RSCG nr 260 : AssemblyMetadata</h1> | ||
|
|
||
| <h2>Info</h2> | ||
| Nuget : <a href="https://www.nuget.org/packages/AssemblyMetadata/" target="_blank">https://www.nuget.org/packages/AssemblyMetadata/</a> | ||
|
|
||
| <p>You can find more details at : <a href="https://github.com/BenjaminAbt/AssemblyMetadata" target="_blank"> https://github.com/BenjaminAbt/AssemblyMetadata</a></p> | ||
|
|
||
| <p>Author :Benjamin Abt</p> | ||
|
|
||
| <p>Source: <a href="https://github.com/BenjaminAbt/AssemblyMetadata" target="_blank">https://github.com/BenjaminAbt/AssemblyMetadata</a> </p> | ||
|
|
||
| <h2>About</h2> | ||
|
|
||
| Generate date time based metadata for assemblies. | ||
|
|
||
| <h2> | ||
| How to use | ||
| </h2> | ||
| <h3> | ||
| Add reference to the <a href="https://www.nuget.org/packages/AssemblyMetadata/" target="_blank">AssemblyMetadata</a> in the csproj | ||
| </h3> | ||
| <img src="images/AssemblyMetadata/DemoMeta.csproj.png" width="580" height="580" /> | ||
|
|
||
| <h3>This was for me the <b>starting</b> code</h3> | ||
|
|
||
| <br /> | ||
| I have <b>coded</b> the file Program.cs | ||
| <br /> | ||
| <img src="images/AssemblyMetadata/csFiles/Program.cs.png" width="580" height="580" /> | ||
| <hr /> | ||
| <h3>And here are the <i>generated</i> files</h3> | ||
|
|
||
| <br /> | ||
| The file <i>generated</i> is AssemblyMetadataInfo.gen.cs | ||
| <br /> | ||
| <img src="images/AssemblyMetadata/generated/AssemblyMetadataInfo.gen.cs.png" width="580" height="580" /> | ||
|
|
||
| <p> | ||
| You can download the code and this page as pdf from | ||
| <a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/AssemblyMetadata'> | ||
| https://ignatandrei.github.io/RSCG_Examples/v2/docs/AssemblyMetadata | ||
| </a> | ||
| </p> | ||
|
|
||
|
|
||
| <p> | ||
| You can see the whole list at | ||
| <a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'> | ||
| https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG | ||
| </a> | ||
| </p> | ||
|
|
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |||||
| <h1>RSCG nr 259 : TypedPaths</h1> | ||||||
|
|
||||||
| <h2>Info</h2> | ||||||
| Nuget : <a href="https://www.nuget.org/packages/TypedPaths/" target="_blank">https://www.nuget.org/packages/TypedPaths/</a> | ||||||
| Nuget : <a href="https://www.nuget.org/packages/TypedPaths.Generator/" target="_blank">https://www.nuget.org/packages/TypedPaths.Generator/</a> | ||||||
|
|
||||||
| <p>You can find more details at : <a href="https://github.com/AlexChim1231/TypedPaths/" target="_blank"> https://github.com/AlexChim1231/TypedPaths/</a></p> | ||||||
|
|
||||||
|
|
@@ -18,7 +18,7 @@ <h2> | |||||
| How to use | ||||||
| </h2> | ||||||
| <h3> | ||||||
| Add reference to the <a href="https://www.nuget.org/packages/TypedPaths/" target="_blank">TypedPaths</a> in the csproj | ||||||
| Add reference to the <a href="https://www.nuget.org/packages/TypedPaths.Generator/" target="_blank">TypedPaths</a> in the csproj | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Align package label with the linked package ID. The link targets ✏️ Proposed doc fix- Add reference to the <a href="https://www.nuget.org/packages/TypedPaths.Generator/" target="_blank">TypedPaths</a> in the csproj
+ Add reference to <a href="https://www.nuget.org/packages/TypedPaths.Generator/" target="_blank">TypedPaths.Generator</a> in the csproj📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| </h3> | ||||||
| <img src="images/TypedPaths/FolderToCode.csproj.png" width="580" height="580" /> | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -17,7 +17,7 @@ | |||||
| </head> | ||||||
| <body> | ||||||
| <h1> | ||||||
| This is the list of 259 RSCG with examples => | ||||||
| This is the list of 260 RSCG with examples => | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Escape special character to satisfy HTML lint. Line 20 uses a raw 💡 Proposed fix-This is the list of 260 RSCG with examples =>
+This is the list of 260 RSCG with examples =>📝 Committable suggestion
Suggested change
🧰 Tools🪛 HTMLHint (1.9.2)[error] 20-20: Special characters must be escaped : [ > ]. (spec-char-escape) 🤖 Prompt for AI Agents |
||||||
| </h1> | ||||||
|
|
||||||
| <table > | ||||||
|
|
@@ -1062,6 +1062,10 @@ <h1> | |||||
| <td>259</td> | ||||||
| <td><a href="examples/TypedPaths.html">TypedPaths</a></td> | ||||||
| </tr> | ||||||
| <tr> | ||||||
| <td>260</td> | ||||||
| <td><a href="examples/AssemblyMetadata.html">AssemblyMetadata</a></td> | ||||||
| </tr> | ||||||
| </table> | ||||||
|
|
||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| { | ||
| "generator":{ | ||
| "name":"AssemblyMetadata", | ||
| "nuget":[ | ||
| "https://www.nuget.org/packages/AssemblyMetadata/" | ||
| ], | ||
| "link":"https://github.com/BenjaminAbt/AssemblyMetadata", | ||
| "author":"Benjamin Abt", | ||
| "source":"https://github.com/BenjaminAbt/AssemblyMetadata" | ||
| }, | ||
| "data":{ | ||
| "goodFor":["Generate date time based metadata for assemblies."], | ||
| "csprojDemo":"DemoMeta.csproj", | ||
| "csFiles":["Program.cs"], | ||
| "excludeDirectoryGenerated":[""], | ||
| "includeAdditionalFiles":[""] | ||
| }, | ||
| "links":{ | ||
| "blog":"", | ||
| "video":"" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Assembly Metadata Information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix wording for the content summary sentence.
Line 27 reads awkwardly and is hard to parse. Suggested rewrite:
✏️ Proposed wording
📝 Committable suggestion
🤖 Prompt for AI Agents