Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

CC0009 eats pragmas and trivia #493

Copy link
Copy link
@ImaginaryDevelopment

Description

@ImaginaryDevelopment
Issue body actions
                SelectedAppointment = new AppointmentDataModel();
                // test trivia
    #pragma warning disable CS0618 // Type or member is obsolete
                SelectedAppointment.Patient = SelectedPatient;
    #pragma warning restore CS0618 // Type or member is obsolete
            }

becomes

                SelectedAppointment = new AppointmentDataModel
                {
                    Patient = SelectedPatient
                };
Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.