Sorry, there's nothing at this address.
22 |22 | Swapping to Development environment will display more detailed information about the error that occurred. 23 |
24 |25 | The Development environment shouldn't be enabled for deployed applications. 26 | It can result in displaying sensitive information from exceptions to end users. 27 | For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development 28 | and restarting the app. 29 |
30 | -------------------------------------------------------------------------------- /TcNo-Acc-Switcher-Server/Pages/General/PathPicker.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.IO; 4 | using System.Linq; 5 | using Microsoft.JSInterop; 6 | using TcNo_Acc_Switcher_Globals; 7 | 8 | namespace TcNo_Acc_Switcher_Server.Pages.General 9 | { 10 | 11 | public class PathPicker 12 | { 13 | private static readonly Dictionary28 | @@echo off 29 | REM This is a sample file. 30 | Actions will show here 31 |32 |