Skip to content

Commit

Permalink
updates READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianoc committed Mar 26, 2024
1 parent 4ce841f commit 9dc5915
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
4 changes: 3 additions & 1 deletion Cecilifier.TypeMapGenerator/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
This is bla
This source generator generates a map from `Type Name` -> `Assembly Name` for all BCL types.

This is used when running the cecilified code to resolve runtime type to the correct assemblies.
12 changes: 6 additions & 6 deletions Cecilifier.Web/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
<span style="position:absolute;left:10px;" id="doc_information">x</span>

<a class="fab fa-linkedin" href="https://www.linkedin.com/in/adrianoc/" target="_li_cecilifier"></a>
<a class="fab fa-github" href="https://github.com/adrianoc/cecilifier"target="_gh_cecilifier"></a>
<a class="fab fa-twitter" href="https://twitter.com/adrianoverona"target="_tw_cecilifier"></a>
<a class="fab fa-blogger" href="https://programing-fun.blogspot.com/"target="_bs_cecilifier"></a>
<a class="fab fa-stack-overflow" href="https://stackoverflow.com/users/157321/vagaus"target="_so_cecilifier"></a>
<a class="fab fa-github" href="https://github.com/sponsors/adrianoc"target="_ghs_cecilifier"></a>
<a class="fab fa-discord" href="https://discord.gg/dhF5BCW"target="_pa_cecilifier"></a>
<a class="fab fa-github" href="https://github.com/adrianoc/cecilifier" target="_gh_cecilifier"></a>
<a class="fab fa-mastodon" href="https://fosstodon.org/@@adrianoverona" target="_mt_cecilifier"></a>
<a class="fab fa-blogger" href="https://programing-fun.blogspot.com/ "target="_bs_cecilifier"></a>
<a class="fab fa-stack-overflow" href="https://stackoverflow.com/users/157321/vagaus" target="_so_cecilifier"></a>
<a class="fab fa-github" href="https://github.com/sponsors/adrianoc" target="_ghs_cecilifier"></a>
<a class="fab fa-discord" href="https://discord.gg/dhF5BCW" target="_pa_cecilifier"></a>
<span id="cecilifier-stats"><i class="fas fa-pie-chart"></i></span>
<span>| &copy; 2024 - Adriano Carlos Verona</span>
</div>
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Cecilifier is a tool meant to make it easier to learn how to use [Mono.Cecil](ht

You can use it live in [this site](https://cecilifier.me/).

Feel free to send comments, issues, MR, etc; I cannot promise I'll be responsive but I'll do my best.
Feel free to send comments, issues, PR, etc; I cannot promise I'll be responsive but I'll do my best.

How to help
---
Expand Down Expand Up @@ -144,18 +144,18 @@ How to report issues
If you hit a problem and you think it is an issue/bug in the code please follow the steps to report it:

- Search in the open/resolved issues to make sure it is not already known
- If you cannot find anything open a new issue and do your best to:
- add a failing test (see [`How to add tests`](#how-to-add-tests))
- If you cannot find anything, open a new issue and do your best to:
- add a failing test (see [`How to add tests`](#how-to-add-tests)) or a snippet that will trigger the error
- Make the title/description as clear / detailed as possible (do not assume anything; add as much details as possible)

Including a failing test is the best way to ensure the processing of the issue will happen as quick as possible and avoid any unnecessary delays.
Including a failing test/snippet is the best way to ensure the processing of the issue will happen as quick as possible and avoid any unnecessary delays.

Community
---

If you have any questions, suggestions or comments, feel free to join our discord channel at https://discord.gg/7P2sCk9 (I cannot guarantee that I'll be responsive but I'll do my best).

You can also reach me through twitter [@adrianoverona](https://twitter.com/adrianoverona)
You can also reach me through Mastodon [@adrianoverona](https://fosstodon.org/@adrianoverona)

Build Status
---
Expand Down

0 comments on commit 9dc5915

Please sign in to comment.