Bill Wagner

Results 258 comments of Bill Wagner

@drauch You can do some experimenting with the dotnet-try global tool. [This sample](https://docs.microsoft.com/samples/dotnet/try-samples/whats-new-in-c-80---exploration/) lets you explore the syntax changes.

I love a lot of what's in the proposal: - The multiple file support is a big win for teaching new developers. It's the first bridge beyond the very simple...

@svick: > Isn't that already supported? As you say, mostly. I want to declare namespaces. I avoid using the `#r` syntax because I have to explain it, and explain that...

Another item that should be on the roadmap is to have the try.dot.net experience use the current culture from the user's browser. See discussion in dotnet/docs#5440

This may be because of the changes in how the language version is configured. If the target framework isn't `netcoreapp3.0`, C# 8 is off by default.

Issue moved to [dotnet/docs #17192](https://github.com/dotnet/docs/issues/17192) via [**ZenHub**](https://www.zenhub.com/)

I like this idea. As we work on the contributing guide, let's adopt this.

@digitaldrummerj If there's work in progress, can you share it? We're at an event in London, and some folks are looking to help on this.

Pinging @MisterJames Can you answer Adam's question above?