try
try copied to clipboard
Try .NET provides developers and content authors with tools to create interactive experiences.
#### Did this error occur while using `dotnet try` or online? - [x] `dotnet-try` #### What kind of error was it? - [x] Service Error: For example "The service is...
#### Describe the bug Code snippets for keywords such as if, switch etc show up in the Intellisense menu list but there seems no way to expand them using my...
#### Describe the bug Calling Environment.GetCommandLineArgs() on try.dot.net returns an empty array. This does not appear compliant with the [documentation](https://docs.microsoft.com/en-us/dotnet/api/system.environment.getcommandlineargs?view=netstandard-2.1#System_Environment_GetCommandLineArgs), which says that the first item of the array is...
**Environment Details:** Application Name: .NET Websites #URL:https://dotnet.microsoft.com/ Browser Versions: Microsoft Edge 44.18362.449.0 Windows Version: Windows10 Chrome: Version 79.0.3945.130 (Official Build) (64-bit) **Example Page URL:** https://dotnet.microsoft.com/learn/dotnet/in-browser-tutorial/1 **Repro Steps:** 1. Launch DotNet...
**Is your feature request related to a problem? Please describe.** I'd like to be able to host an interactive tutorial on Azure App Service. But right now, I can't, or...
#### Describe the bug If I try to embed try .net with this iframe (taken from https://dotnet.microsoft.com/platform/try-dotnet): ``` Fibonacci Generator Here is my example of a Fibonacci generator implemented in...
#### Describe the bug Attempting to access any init-only property produces "error CS1545: Property, indexer, or event is not supported by the language" in dotnet-try tool. #### Did this error...
#### Describe the bug I installed dotnet tool on linux using . **sudo dotnet tool install -g --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" Microsoft.dotnet-try** Ran **sudo dotnet try** command and follwoing error occured Could...
If somehow we can eliminate opening of file explorer windows in Windows Operating System while pressing Ctrl +S Instead we can let users save the file. This feature is requested...
#### Describe the bug This is my reproduction step ```bash cd try-main/Samples/ dotnet try --verbose --port 4242 hosted curl -i http://localhost:4242/Setup.md ``` #### Did this error occur while using `dotnet...