Skip to content

Remove request logging from API #3579

Remove request logging from API

Remove request logging from API #3579

Triggered via pull request September 17, 2024 12:24
Status Success
Total duration 7m 48s
Artifacts

sonarcloud.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
sonarcloud: GetIntoTeachingApi/Middleware/RequestResponseLoggingMiddleware.cs#L34
Remove the unused private method 'ReadStream'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
sonarcloud: GetIntoTeachingApi/Models/TeacherTrainingAdviser/TeacherTrainingAdviserSignUp.cs#L82
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
sonarcloud: GetIntoTeachingApi/Models/SchoolsExperience/SchoolsExperienceSignUp.cs#L22
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
sonarcloud: GetIntoTeachingApi/Models/IAppSettings.cs#L9
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
sonarcloud: GetIntoTeachingApi/Models/GetIntoTeaching/TeachingEventAddAttendee.cs#L36
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
sonarcloud: GetIntoTeachingApi/Models/GetIntoTeaching/TeachingEventAddAttendee.cs#L38
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
sonarcloud: GetIntoTeachingApi/Models/GetIntoTeaching/TeachingEventAddAttendee.cs#L40
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
sonarcloud: GetIntoTeachingApi/Models/GetIntoTeaching/TeachingEventAddAttendee.cs#L42
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
sonarcloud: GetIntoTeachingApi/Models/GetIntoTeaching/TeachingEventAddAttendee.cs#L44
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
sonarcloud: GetIntoTeachingApi/Models/Crm/TeachingEvent.cs#L38
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)