Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,7 @@ Follows best practices and conventions to provide you a SOLID development experi
* [eShopOnWeb](https://github.com/dotnet-architecture/eShopOnWeb) - A layered application architecture with monolithic deployment model.
* [Entropy](https://github.com/aspnet/Entropy) - Chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features.
* [EquinoxProject](https://github.com/EduardoPires/EquinoxProject) - Full ASP.NET Core 2.0 application with DDD, CQRS and Event Sourcing.
* [FiloShop](https://github.com/LeadstarlingX/FiloShop) - A sample e-commerce application built with ASP.NET Core 9.0, EF Core, DDD, CQRS, MediatR, FluentValidation and more.
* [GenVue](https://github.com/herbat73/GenVue) - a hostable, web application that lets confidential users upload and share private files build on Vue.js, Vuetifyjs and NetCore WebAPI stack
Comment on lines +883 to 884
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🌐 Web query:

FiloShop GitHub LeadstarlingX ASP.NET Core DDD CQRS

💡 Result:

I couldn't find a GitHub repo or user named "FiloShop" or "LeadstarlingX" related to ASP.NET Core / DDD / CQRS in my search. Do you want me to:

  • search GitHub again (I'll try alternate spellings and the full username), or
  • look for FiloShop examples of ASP.NET Core + DDD + CQRS from other authors?

If yes, tell me which option (or provide the exact GitHub URL/username). Source used for the search: GitHub. [1]


🏁 Script executed:

# First, let's check the actual README.md lines around 883-884
wc -l README.md
sed -n '880,890p' README.md

Repository: thangchung/awesome-dotnet-core

Length of output: 2098


🌐 Web query:

FiloShop sample e-commerce ASP.NET Core GitHub

💡 Result:

I couldn't find a public GitHub repo or well-known ASP.NET Core sample named "FiloShop." Do you mean a different name (for example Microsoft’s eShopOnWeb sample)? If so, here are popular ASP.NET Core e‑commerce samples you might be looking for:

  • eShopOnWeb (Microsoft reference app, community-maintained): GitHub (NimblePros). [1]
  • eShopOnWeb (original/dotnet-architecture archive). [2]

Tell me if you want links or if you can share the exact repo/user name for FiloShop and I’ll search again.


🌐 Web query:

LeadstarlingX FiloShop GitHub

💡 Result:

I couldn't find a GitHub user or repository matching "LeadstarlingX" or "FiloShop". Could you confirm the exact GitHub username or repo URL (or any alternate spellings)? I can re-run a targeted search once you provide that.


Remove or verify the FiloShop repository link—the repo cannot be found publicly.

The repository at https://github.com/LeadstarlingX/FiloShop does not appear to exist or is not publicly accessible. Multiple searches found no GitHub user "LeadstarlingX" or repository "FiloShop" matching the entry. Either remove this entry, correct the URL if there's a typo, or verify the repository is public before inclusion in the list.

🤖 Prompt for AI Agents
In `@README.md` around lines 883 - 884, The README entry for "FiloShop" points to
a non-existent or private repo; update or remove it by either correcting the URL
if there's a typo, replacing the link text/URL with the correct public
repository, or removing the entire line "*
[FiloShop](https://github.com/LeadstarlingX/FiloShop) - A sample e-commerce
application..." so the README only lists verifiable public projects; ensure any
replacement preserves the same markdown list format.

* [guidance-identity-management-for-multitenant-apps](https://github.com/Azure-Samples/guidance-identity-management-for-multitenant-apps) - How to manage user identities in a multitenant app on Microsoft Azure, using Azure Active Directory for authentication.
* [JustA.ML](https://github.com/mustakimali/JustA.ML) - A web application that lets you share files/URL/text between your devices written in ASP.NET Core 2.0. Open source, live at [https://justa.ml](https://justa.ml)
Expand Down
Loading