79677015

Date: 2025-06-24 05:00:43
Score: 1
Natty:
Report link

If your using .net core, Check the .gitignore file in the repo your files might added in .gitignore. after removing you can see the ignored file in your solution.

ex: In .gitignore

#Excluding autogenerated Client 
**/Areas/**/Clients/*Client.cs
**/Areas/**/Contracts/*Client.cs
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shareef DotNet Guru