Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10
16 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ple/src/NimblePros.SampleToDo.Web/Contributors/List.cs | 24 | new(1, "John Doe"), |
| LOW | …e/src/NimblePros.SampleToDo.Web/Contributors/Create.cs | 30 | s.ExampleRequest = new CreateContributorRequest { Name = "John Doe" }; |
| LOW | …e/src/NimblePros.SampleToDo.Web/Contributors/Create.cs | 31 | s.ResponseExamples[201] = new CreateContributorResponse(1, "John Doe"); |
| LOW | …/src/NimblePros.SampleToDo.Web/Contributors/GetById.cs | 25 | s.ResponseExamples[200] = new ContributorRecord(1, "John Doe"); |
| LOW | …gate/Handlers/ItemCompletedEmailNotificationHandler.cs | 23 | await _emailSender.SendEmailAsync("test@test.com", "test@test.com", |
| LOW | src/Clean.Architecture.Web/Contributors/List.cs | 25 | new(1, "John Doe", PhoneNumber.Unknown.ToString()), |
| LOW | src/Clean.Architecture.Web/Contributors/Create.cs | 31 | s.ExampleRequest = new CreateContributorRequest { Name = "John Doe" }; |
| LOW | src/Clean.Architecture.Web/Contributors/Create.cs | 32 | s.ResponseExamples[201] = new CreateContributorResponse(1, "John Doe"); |
| LOW | src/Clean.Architecture.Web/Contributors/GetById.cs | 27 | s.ResponseExamples[200] = new ContributorRecord(1, "John Doe", "+1 555-555-5555"); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …tecture.Web/Infrastructure/Data/AppDbContextFactory.cs | 1 | using Microsoft.EntityFrameworkCore; |
| LOW | .github/workflows/publish-templates.yml | 61 | # dotnet build TestFullTemplate/TestFullTemplate.slnx |
| LOW | …-validation-unobtrusive/jquery.validate.unobtrusive.js | 261 | /// <param name="params" type="Array" optional="true">[Optional] An array of parameter names (strings) that will |
| LOW | …-validation-unobtrusive/jquery.validate.unobtrusive.js | 281 | /// of adapterName will be used instead.</param> |
| LOW | …idation-unobtrusive/jquery.validate.unobtrusive.min.js | 1 | // Unobtrusive validation support library for jQuery and jQuery Validate |
| LOW | …ntributors/Commands/Delete/DeleteContributorHandler.cs | 21 | // var aggregateToDelete = await _repository.GetByIdAsync(request.ContributorId); |
| LOW | src/Clean.Architecture.Web/appsettings.json | 21 | { |