Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Improve docs somewhat.#396

Merged
rynowak merged 1 commit into
dotnet:masterfrom
brendandburns:docs
Apr 25, 2020
Merged

Improve docs somewhat.#396
rynowak merged 1 commit into
dotnet:masterfrom
brendandburns:docs

Conversation

@brendandburns

Copy link
Copy Markdown
Contributor

cc @davidfowl @jkotalik

Partially addresses #367

@dnfclas

dnfclas commented Apr 23, 2020

Copy link
Copy Markdown

CLA assistant check
All CLA requirements met.

});
/** End added code **/
}
...

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What're your thoughts on using diff syntax?

  ...
  public void ConfigureServices(IServiceCollection services)
  {
      services.AddRazorPages();

+      services.AddHttpClient<WeatherClient>(client =>
+      {
+          client.baseAddress = Configuration.GetServiceUri("backend");
+      });
  }
...

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

What I don't love about diff syntax is that it's not easy copy-pastable because of the + at the beginning of each line. The fencing with comments, I think makes it pretty clear.

@davidfowl

Copy link
Copy Markdown
Member

Apparently this is much simpler. Getting clarification for an update

@rynowak rynowak left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for adding this 👍

@rynowak rynowak merged commit f4e31c1 into dotnet:master Apr 25, 2020
@rynowak

rynowak commented Apr 25, 2020

Copy link
Copy Markdown
Member

Apparently this is much simpler. Getting clarification for an update

Oops. I was testing this out while you commented and didn't see that. We can simplify this anyway now that it's merged.

@rynowak

rynowak commented Apr 25, 2020

Copy link
Copy Markdown
Member

I'm going to add doing the tutorial(s) with linux to our release checklist since no one on the team devs with linux.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants