Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The internet #73

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 26 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": "0.2.0",
"configurations": [
{
// Use IntelliSense to find out which attributes exist for C# debugging
// Use hover for the description of the existing attributes
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
"name": ".NET Core Launch (console)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/TheInternet/TheInternet/bin/Debug/net5.0/TheInternet.dll",
"args": [],
"cwd": "${workspaceFolder}/TheInternet/TheInternet",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach"
}
]
}
42 changes: 42 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/TheInternet/TheInternet/TheInternet.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/TheInternet/TheInternet/TheInternet.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"${workspaceFolder}/TheInternet/TheInternet/TheInternet.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
}
]
}
12 changes: 12 additions & 0 deletions Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;

namespace the_internet
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}
Binary file not shown.
1,021 changes: 1,021 additions & 0 deletions TheInternet/.vs/TheInternet/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added TheInternet/.vs/TheInternet/v16/.suo
Binary file not shown.
Binary file not shown.
Binary file not shown.
27 changes: 27 additions & 0 deletions TheInternet/TestResults/Unnamed project__2021-09-22T202544.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
2021-09-22T20:25:44.0682475+02:00;VSTestExecutionThread;Info;SpecFlow+Runner execution started
2021-09-22T20:25:44.0684682+02:00;VSTestExecutionThread;Info;SpecFlow+Runner 3.9.7 in Framework net50 in x64 mode execution started
2021-09-22T20:25:44.0684752+02:00;VSTestExecutionThread;Info;TestAdapter Location: C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TheInternet\bin\Debug\net5.0\TechTalk.SpecRun.VisualStudio.TestAdapter.dll
2021-09-22T20:25:44.0704992+02:00;VSTestExecutionThread;Info;Current UserName: 'kayung.cheung', MachineName: 'VDI-DEV-039'
2021-09-22T20:25:44.0990227+02:00;VSTestExecutionThread;Info;SpecRun: running tests in C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TheInternet\bin\Debug\net5.0\TheInternet.dll
2021-09-22T20:25:44.0992223+02:00;VSTestExecutionThread;Info;Output folder configured to "C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TestResults" (default)
2021-09-22T20:25:44.0992701+02:00;VSTestExecutionThread;Info;Profile:
2021-09-22T20:25:44.1316619+02:00;VSTestExecutionThread;Info;Log file path: C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TestResults\Unnamed project__2021-09-22T202544.log
2021-09-22T20:25:44.1349482+02:00;Thread#12;Info;Checking activation
2021-09-22T20:25:44.6237165+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-22T20:25:44.6240530+02:00;Thread#12;Error;* SpecFlow+ Runner *
2021-09-22T20:25:44.6241801+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-22T20:25:44.6244599+02:00;Thread#12;Error;Please sign-up for your free SpecFlow account or sign-in with your already existing account here:
2021-09-22T20:25:44.6246948+02:00;Thread#12;Error;https://account.specflow.org/clientactivation/welcome/Runner/092F936D27EE43F29C3B8983BB0C08686539B297C172E0C6465D949AA93734BB70FA151D/NotActivatedYet
2021-09-22T20:25:44.6248408+02:00;Thread#12;Error;to execute your Scenarios again.
2021-09-22T20:25:44.6249675+02:00;Thread#12;Error;If you are reading this message on a build agent, we couldn't recognize the agent.
2021-09-22T20:25:44.6250343+02:00;Thread#12;Error;Please get in touch with us at [email protected].
2021-09-22T20:25:44.6252524+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-22T20:25:44.6276744+02:00;Thread#12;Error;No tests executed (activation needed)
2021-09-22T20:25:44.6382321+02:00:Total: 0
2021-09-22T20:25:44.6401246+02:00:Succeeded: 0
2021-09-22T20:25:44.6403863+02:00:Ignored: 0
2021-09-22T20:25:44.6407383+02:00:Pending: 0
2021-09-22T20:25:44.6420426+02:00:Skipped: 0
2021-09-22T20:25:44.6432521+02:00:Failed: 0
2021-09-22T20:25:44.6471830+02:00;VSTestExecutionThread;Info;Adding attachments to VSTest
========== End of log file ==========
27 changes: 27 additions & 0 deletions TheInternet/TestResults/Unnamed project__2021-09-22T202605.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
2021-09-22T20:26:05.6800939+02:00;VSTestExecutionThread;Info;SpecFlow+Runner execution started
2021-09-22T20:26:05.6802859+02:00;VSTestExecutionThread;Info;SpecFlow+Runner 3.9.7 in Framework net50 in x64 mode execution started
2021-09-22T20:26:05.6802928+02:00;VSTestExecutionThread;Info;TestAdapter Location: C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TheInternet\bin\Debug\net5.0\TechTalk.SpecRun.VisualStudio.TestAdapter.dll
2021-09-22T20:26:05.6826683+02:00;VSTestExecutionThread;Info;Current UserName: 'kayung.cheung', MachineName: 'VDI-DEV-039'
2021-09-22T20:26:05.7109899+02:00;VSTestExecutionThread;Info;SpecRun: running tests in C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TheInternet\bin\Debug\net5.0\TheInternet.dll
2021-09-22T20:26:05.7111933+02:00;VSTestExecutionThread;Info;Output folder configured to "C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TestResults" (default)
2021-09-22T20:26:05.7112481+02:00;VSTestExecutionThread;Info;Profile:
2021-09-22T20:26:05.7419966+02:00;VSTestExecutionThread;Info;Log file path: C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TestResults\Unnamed project__2021-09-22T202605.log
2021-09-22T20:26:05.7458070+02:00;Thread#12;Info;Checking activation
2021-09-22T20:26:06.2950893+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-22T20:26:06.2953499+02:00;Thread#12;Error;* SpecFlow+ Runner *
2021-09-22T20:26:06.2954159+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-22T20:26:06.2956016+02:00;Thread#12;Error;Please sign-up for your free SpecFlow account or sign-in with your already existing account here:
2021-09-22T20:26:06.2957145+02:00;Thread#12;Error;https://account.specflow.org/clientactivation/welcome/Runner/092F936D27EE43F29C3B8983BB0C08686539B297C172E0C6465D949AA93734BB70FA151D/NotActivatedYet
2021-09-22T20:26:06.2957790+02:00;Thread#12;Error;to execute your Scenarios again.
2021-09-22T20:26:06.2958695+02:00;Thread#12;Error;If you are reading this message on a build agent, we couldn't recognize the agent.
2021-09-22T20:26:06.2959468+02:00;Thread#12;Error;Please get in touch with us at [email protected].
2021-09-22T20:26:06.2962402+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-22T20:26:06.2991679+02:00;Thread#12;Error;No tests executed (activation needed)
2021-09-22T20:26:06.3090354+02:00:Total: 0
2021-09-22T20:26:06.3105012+02:00:Succeeded: 0
2021-09-22T20:26:06.3110056+02:00:Ignored: 0
2021-09-22T20:26:06.3112439+02:00:Pending: 0
2021-09-22T20:26:06.3120143+02:00:Skipped: 0
2021-09-22T20:26:06.3121930+02:00:Failed: 0
2021-09-22T20:26:06.3162591+02:00;VSTestExecutionThread;Info;Adding attachments to VSTest
========== End of log file ==========
27 changes: 27 additions & 0 deletions TheInternet/TestResults/Unnamed project__2021-09-22T202617.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
2021-09-22T20:26:17.6370674+02:00;VSTestExecutionThread;Info;SpecFlow+Runner execution started
2021-09-22T20:26:17.6372687+02:00;VSTestExecutionThread;Info;SpecFlow+Runner 3.9.7 in Framework net50 in x64 mode execution started
2021-09-22T20:26:17.6372748+02:00;VSTestExecutionThread;Info;TestAdapter Location: C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TheInternet\bin\Debug\net5.0\TechTalk.SpecRun.VisualStudio.TestAdapter.dll
2021-09-22T20:26:17.6393313+02:00;VSTestExecutionThread;Info;Current UserName: 'kayung.cheung', MachineName: 'VDI-DEV-039'
2021-09-22T20:26:17.6631197+02:00;VSTestExecutionThread;Info;SpecRun: running tests in C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TheInternet\bin\Debug\net5.0\TheInternet.dll
2021-09-22T20:26:17.6633153+02:00;VSTestExecutionThread;Info;Output folder configured to "C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TestResults" (default)
2021-09-22T20:26:17.6633758+02:00;VSTestExecutionThread;Info;Profile:
2021-09-22T20:26:17.6950758+02:00;VSTestExecutionThread;Info;Log file path: C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TestResults\Unnamed project__2021-09-22T202617.log
2021-09-22T20:26:17.6984209+02:00;Thread#12;Info;Checking activation
2021-09-22T20:26:18.1487183+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-22T20:26:18.1490076+02:00;Thread#12;Error;* SpecFlow+ Runner *
2021-09-22T20:26:18.1491167+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-22T20:26:18.1492674+02:00;Thread#12;Error;Please sign-up for your free SpecFlow account or sign-in with your already existing account here:
2021-09-22T20:26:18.1493536+02:00;Thread#12;Error;https://account.specflow.org/clientactivation/welcome/Runner/092F936D27EE43F29C3B8983BB0C08686539B297C172E0C6465D949AA93734BB70FA151D/NotActivatedYet
2021-09-22T20:26:18.1494264+02:00;Thread#12;Error;to execute your Scenarios again.
2021-09-22T20:26:18.1495140+02:00;Thread#12;Error;If you are reading this message on a build agent, we couldn't recognize the agent.
2021-09-22T20:26:18.1495743+02:00;Thread#12;Error;Please get in touch with us at [email protected].
2021-09-22T20:26:18.1496566+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-22T20:26:18.1521555+02:00;Thread#12;Error;No tests executed (activation needed)
2021-09-22T20:26:18.1616800+02:00:Total: 0
2021-09-22T20:26:18.1629074+02:00:Succeeded: 0
2021-09-22T20:26:18.1630963+02:00:Ignored: 0
2021-09-22T20:26:18.1632301+02:00:Pending: 0
2021-09-22T20:26:18.1638343+02:00:Skipped: 0
2021-09-22T20:26:18.1640152+02:00:Failed: 0
2021-09-22T20:26:18.1676101+02:00;VSTestExecutionThread;Info;Adding attachments to VSTest
========== End of log file ==========
27 changes: 27 additions & 0 deletions TheInternet/TestResults/Unnamed project__2021-09-23T182448.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
2021-09-23T18:24:48.8780546+02:00;VSTestExecutionThread;Info;SpecFlow+Runner execution started
2021-09-23T18:24:48.8782293+02:00;VSTestExecutionThread;Info;SpecFlow+Runner 3.9.7 in Framework net50 in x64 mode execution started
2021-09-23T18:24:48.8782355+02:00;VSTestExecutionThread;Info;TestAdapter Location: C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TheInternet\bin\Debug\net5.0\TechTalk.SpecRun.VisualStudio.TestAdapter.dll
2021-09-23T18:24:48.8806480+02:00;VSTestExecutionThread;Info;Current UserName: 'kayung.cheung', MachineName: 'VDI-DEV-039'
2021-09-23T18:24:48.9067709+02:00;VSTestExecutionThread;Info;SpecRun: running tests in C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TheInternet\bin\Debug\net5.0\TheInternet.dll
2021-09-23T18:24:48.9069720+02:00;VSTestExecutionThread;Info;Output folder configured to "C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TestResults" (default)
2021-09-23T18:24:48.9070282+02:00;VSTestExecutionThread;Info;Profile:
2021-09-23T18:24:48.9426580+02:00;VSTestExecutionThread;Info;Log file path: C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TestResults\Unnamed project__2021-09-23T182448.log
2021-09-23T18:24:48.9468906+02:00;Thread#12;Info;Checking activation
2021-09-23T18:24:50.0765671+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-23T18:24:50.0768936+02:00;Thread#12;Error;* SpecFlow+ Runner *
2021-09-23T18:24:50.0769715+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-23T18:24:50.0771041+02:00;Thread#12;Error;Please sign-up for your free SpecFlow account or sign-in with your already existing account here:
2021-09-23T18:24:50.0771975+02:00;Thread#12;Error;https://account.specflow.org/clientactivation/welcome/Runner/092F936D27EE43F29C3B8983BB0C08686539B297C172E0C6465D949AA93734BB70FA151D/NotActivatedYet
2021-09-23T18:24:50.0772361+02:00;Thread#12;Error;to execute your Scenarios again.
2021-09-23T18:24:50.0773191+02:00;Thread#12;Error;If you are reading this message on a build agent, we couldn't recognize the agent.
2021-09-23T18:24:50.0773656+02:00;Thread#12;Error;Please get in touch with us at [email protected].
2021-09-23T18:24:50.0774481+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-23T18:24:50.0809223+02:00;Thread#12;Error;No tests executed (activation needed)
2021-09-23T18:24:50.0930667+02:00:Total: 0
2021-09-23T18:24:50.0943376+02:00:Succeeded: 0
2021-09-23T18:24:50.0945237+02:00:Ignored: 0
2021-09-23T18:24:50.0946588+02:00:Pending: 0
2021-09-23T18:24:50.0953549+02:00:Skipped: 0
2021-09-23T18:24:50.0955617+02:00:Failed: 0
2021-09-23T18:24:50.1001693+02:00;VSTestExecutionThread;Info;Adding attachments to VSTest
========== End of log file ==========
27 changes: 27 additions & 0 deletions TheInternet/TestResults/Unnamed project__2021-09-24T134136.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
2021-09-24T13:41:36.6546382+02:00;VSTestExecutionThread;Info;SpecFlow+Runner execution started
2021-09-24T13:41:36.6547929+02:00;VSTestExecutionThread;Info;SpecFlow+Runner 3.9.7 in Framework net50 in x64 mode execution started
2021-09-24T13:41:36.6547970+02:00;VSTestExecutionThread;Info;TestAdapter Location: C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TheInternet\bin\Debug\net5.0\TechTalk.SpecRun.VisualStudio.TestAdapter.dll
2021-09-24T13:41:36.6567741+02:00;VSTestExecutionThread;Info;Current UserName: 'kayung.cheung', MachineName: 'VDI-DEV-039'
2021-09-24T13:41:36.6814958+02:00;VSTestExecutionThread;Info;SpecRun: running tests in C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TheInternet\bin\Debug\net5.0\TheInternet.dll
2021-09-24T13:41:36.6817204+02:00;VSTestExecutionThread;Info;Output folder configured to "C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TestResults" (default)
2021-09-24T13:41:36.6817779+02:00;VSTestExecutionThread;Info;Profile:
2021-09-24T13:41:36.7132617+02:00;VSTestExecutionThread;Info;Log file path: C:\Users\kayung.cheung\Desktop\Temp\the-internet\TheInternet\TestResults\Unnamed project__2021-09-24T134136.log
2021-09-24T13:41:36.7172651+02:00;Thread#12;Info;Checking activation
2021-09-24T13:41:37.5084091+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-24T13:41:37.5086831+02:00;Thread#12;Error;* SpecFlow+ Runner *
2021-09-24T13:41:37.5088181+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-24T13:41:37.5090009+02:00;Thread#12;Error;Please sign-up for your free SpecFlow account or sign-in with your already existing account here:
2021-09-24T13:41:37.5091132+02:00;Thread#12;Error;https://account.specflow.org/clientactivation/welcome/Runner/092F936D27EE43F29C3B8983BB0C08686539B297C172E0C6465D949AA93734BB70FA151D/NotActivatedYet
2021-09-24T13:41:37.5091633+02:00;Thread#12;Error;to execute your Scenarios again.
2021-09-24T13:41:37.5092635+02:00;Thread#12;Error;If you are reading this message on a build agent, we couldn't recognize the agent.
2021-09-24T13:41:37.5093762+02:00;Thread#12;Error;Please get in touch with us at [email protected].
2021-09-24T13:41:37.5094803+02:00;Thread#12;Error;****************************************************************************************************************
2021-09-24T13:41:37.5116757+02:00;Thread#12;Error;No tests executed (activation needed)
2021-09-24T13:41:37.5217503+02:00:Total: 0
2021-09-24T13:41:37.5229354+02:00:Succeeded: 0
2021-09-24T13:41:37.5231180+02:00:Ignored: 0
2021-09-24T13:41:37.5232524+02:00:Pending: 0
2021-09-24T13:41:37.5238200+02:00:Skipped: 0
2021-09-24T13:41:37.5239971+02:00:Failed: 0
2021-09-24T13:41:37.5276798+02:00;VSTestExecutionThread;Info;Adding attachments to VSTest
========== End of log file ==========
25 changes: 25 additions & 0 deletions TheInternet/TheInternet.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheInternet", "TheInternet\TheInternet.csproj", "{7268A872-19EF-4658-8540-67DA0E159C54}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7268A872-19EF-4658-8540-67DA0E159C54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7268A872-19EF-4658-8540-67DA0E159C54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7268A872-19EF-4658-8540-67DA0E159C54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7268A872-19EF-4658-8540-67DA0E159C54}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A701AE6-B107-40F4-B515-E5A7C4A54BA6}
EndGlobalSection
EndGlobal
21 changes: 21 additions & 0 deletions TheInternet/TheInternet/ConfigurationHelper.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
//using System.IO;
//using Microsoft.Extensions.Configuration;

//namespace TheInternet
//{
// internal static class ConfigurationHelper
// {
// public static IConfiguration AppSettings { get; }

// public static string TheInternetBaseUrl => AppSettings["The_Internet"];
// static ConfigurationHelper()
// {
// AppSettings = new ConfigurationBuilder()
// .SetBasePath(Directory.GetCurrentDirectory())
// .AddJsonFile("appSettings.json")
// .Build();
// }

// }

//}
Loading