try
try copied to clipboard
Try .NET provides developers and content authors with tools to create interactive experiences.
#### Describe the bug There's an awesome feature that when you display a type, it outputs the type's name and a hyperlink to the docs. However, if you display the...
- [x] online - [x] Other: Allowing forbidden things and infinite loops. #### Screenshots ![Image of the bug] (https://media.discordapp.net/attachments/452594243496575017/647084706675949568/unknown.png?width=1332&height=677) - OS - [x] Windows 10 - Browser - [x] Firefox
**Is your feature request related to a problem? Please describe.** I like to blog about .NET and normally leave samples scattered throughout the post to illustrate some ideas. It would...
This page: https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/exploration/interpolated-strings?tutorial-step=2 has this code sample : Console.WriteLine($"On {date}, the price of {item.Name} was {item.Price:C2} per {item.perPackage} items."); That sample should be on page 3 of the Tutorial, while...
## Purpose Users should have clear guidance on how to write and run tests. Adding writing and running tests in try.dot.net will encourage users to test and clarify good testing...
#### Describe the bug Can't debug from Visual Studio. As `dotnet-try` was designed during `preview` "times", multiple brreaking changes occured. A perfect example would be this one : https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-9/ As...
#### Describe the bug I have opened try.dot.net web site and ran next code: ``` internal static class App { private static void Main(string[] args) => System.Diagnostics.Debug.Assert(args != null, $"{nameof(args)}...
Hi, It's pretty clear that https://dotnet.microsoft.com/platform/try-dotnet is using something different than the global dotnet-try tool. When I load up the chrome developer tools I clearly see that somehow, magically, mono.wasm...
#### Describe the bug Please provide as much information as you can. #### Did this error occur while using `dotnet try` or online? - [ ] online #### What kind...
Found while investigating dotnet/docs#11979 See https://github.com/dotnet/docs/issues/11979#issuecomment-498481429 Now that we've moved to the Blazor implementation, the `System.Memory` package with `Span` and related types is not loaded. These types are useful for...