Created
July 2, 2018 08:53
-
-
Save BrianFarnhill/61016cc79b81f6d62c2714db731fdd9c to your computer and use it in GitHub Desktop.
Output of Omnisharp logs (root user)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting OmniSharp server at 2018-7-2 18:52:17 | |
Target: /Users/[username]/Repos/BlogFunction | |
OmniSharp server started with Mono 5.10.1 | |
Path: /Users/[username]/.vscode/extensions/ms-vscode.csharp-1.15.2/.omnisharp/1.31.2-beta.92/omnisharp/OmniSharp.exe | |
PID: 32967 | |
[info]: OmniSharp.Stdio.Host | |
Starting OmniSharp on MacOS 10.12.6 (x64) | |
[info]: OmniSharp.Services.DotNetCliService | |
DotNetPath set to dotnet | |
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Located 2 MSBuild instance(s) | |
1: Mono 15.0 - "/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin" | |
2: StandAlone 15.0 - "/Users/[username]/.vscode/extensions/ms-vscode.csharp-1.15.2/.omnisharp/1.31.2-beta.92/omnisharp/msbuild/15.0/Bin" | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
SUCCESS: Resolved to '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.Build.Utilities.Core.dll' (name-only). | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
SUCCESS: Resolved to '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.Build.Tasks.Core.dll' (name-only). | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
SUCCESS: Resolved to '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.Build.Framework.dll' (name-only). | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
SUCCESS: Resolved to '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.Build.dll' (name-only). | |
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Registered MSBuild instance: Mono 15.0 - "/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin" | |
CscToolPath = /Users/[username]/.vscode/extensions/ms-vscode.csharp-1.15.2/.omnisharp/1.31.2-beta.92/omnisharp/msbuild/15.0/Bin/Roslyn | |
CscToolExe = csc.exe | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Attempting to resolve 'Microsoft.CodeAnalysis.VisualBasic.Workspaces, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
FAILURE: Could not locate '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll'. | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Attempting to resolve 'Microsoft.CodeAnalysis.VisualBasic.Features, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
FAILURE: Could not locate '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.CodeAnalysis.VisualBasic.Features.dll'. | |
[info]: OmniSharp.Cake.CakeProjectSystem | |
Detecting Cake files in '/Users/[username]/Repos/BlogFunction'. | |
[info]: OmniSharp.Cake.CakeProjectSystem | |
Could not find any Cake files | |
[info]: OmniSharp.Stdio.Host | |
Project system 'OmniSharp.DotNet.DotNetProjectSystem' is disabled in the configuration. | |
[dbug]: OmniSharp.MSBuild.ProjectSystem | |
MSBuild environment: | |
Mode: Standalone | |
RunningTests: False | |
RunningInVisualStudio: False | |
MSBuildToolsDirectory32: /Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin | |
MSBuildToolsDirectory64: /Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin | |
MSBuildSDKsPath: /Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Sdks | |
CurrentMSBuildConfigurationFile: /Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/MSBuild.dll.config | |
CurrentMSBuildExePath: /Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/MSBuild.dll | |
CurrentMSBuildToolsDirectory: /Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin | |
VisualStudioInstallRootDirectory: | |
MSBuildExtensionsPath: /Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin | |
[dbug]: OmniSharp.MSBuild.ProjectLoader | |
'CscToolPath' set to '/Users/[username]/.vscode/extensions/ms-vscode.csharp-1.15.2/.omnisharp/1.31.2-beta.92/omnisharp/msbuild/15.0/Bin/Roslyn' | |
[dbug]: OmniSharp.MSBuild.ProjectLoader | |
'CscToolExe' set to 'csc.exe' | |
[info]: OmniSharp.MSBuild.ProjectSystem | |
No solution files found in '/Users/[username]/Repos/BlogFunction' | |
[info]: OmniSharp.MSBuild.ProjectManager | |
Queue project update for '/Users/[username]/Repos/BlogFunction/src/BlogFunction/BlogFunction.csproj' | |
[info]: OmniSharp.MSBuild.ProjectManager | |
Queue project update for '/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/BlogFunction.Tests.csproj' | |
[info]: OmniSharp.Script.ScriptProjectSystem | |
Detecting CSX files in '/Users/[username]/Repos/BlogFunction'. | |
[info]: OmniSharp.Script.ScriptProjectSystem | |
Could not find any CSX files | |
[info]: OmniSharp.Stdio.Host | |
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpWorkspaceOptionsProvider | |
[info]: OmniSharp.Stdio.Host | |
Configuration finished. | |
[info]: OmniSharp.Stdio.Host | |
Omnisharp server running using Stdio at location '/Users/[username]/Repos/BlogFunction' on host 32945. | |
[dbug]: OmniSharp.Stdio.Host | |
************ Request ************ | |
{ | |
"Type": "request", | |
"Seq": 2, | |
"Command": "/projects" | |
} | |
[dbug]: OmniSharp.Stdio.Host | |
************ Request ************ | |
{ | |
"Type": "request", | |
"Seq": 1, | |
"Command": "/projects" | |
} | |
[info]: OmniSharp.MSBuild.ProjectManager | |
Loading project: /Users/[username]/Repos/BlogFunction/src/BlogFunction/BlogFunction.csproj | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Attempting to resolve 'Microsoft.Build.resources, Version=15.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
FAILURE: Could not locate '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.Build.resources.dll'. | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Attempting to resolve 'Microsoft.Build.resources, Version=15.1.0.0, Culture=en, PublicKeyToken=b03f5f7f11d50a3a' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
FAILURE: Could not locate '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.Build.resources.dll'. | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Attempting to resolve 'Microsoft.Build.Tasks.Core.resources, Version=15.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
FAILURE: Could not locate '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.Build.Tasks.Core.resources.dll'. | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Attempting to resolve 'Microsoft.Build.Tasks.Core.resources, Version=15.1.0.0, Culture=en, PublicKeyToken=b03f5f7f11d50a3a' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
FAILURE: Could not locate '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.Build.Tasks.Core.resources.dll'. | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Attempting to resolve 'NuGet.Versioning, Version=4.7.0.5, Culture=neutral, PublicKeyToken=31bf3856ad364e35' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
FAILURE: Found '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/NuGet.Versioning.dll' but name, 'NuGet.Versioning, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35', did not match. | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Attempting to resolve 'System.Runtime.Loader, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
FAILURE: Could not locate '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/System.Runtime.Loader.dll'. | |
[info]: OmniSharp.MSBuild.ProjectManager | |
Successfully loaded project file '/Users/[username]/Repos/BlogFunction/src/BlogFunction/BlogFunction.csproj'. | |
[info]: OmniSharp.MSBuild.ProjectManager | |
Adding project '/Users/[username]/Repos/BlogFunction/src/BlogFunction/BlogFunction.csproj' | |
[dbug]: OmniSharp.MSBuild.ProjectManager | |
{ | |
"FilePath": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/BlogFunction.csproj", | |
"Directory": "/Users/[username]/Repos/BlogFunction/src/BlogFunction", | |
"Id": { | |
"Id": "a7084380-fb05-4dd5-836f-99eec74cf190" | |
}, | |
"Guid": "00000000-0000-0000-0000-000000000000", | |
"Name": "BlogFunction", | |
"AssemblyName": "BlogFunction", | |
"TargetPath": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/bin/Debug/netcoreapp2.0/BlogFunction.dll", | |
"OutputPath": "bin\\Debug\\netcoreapp2.0\\", | |
"ProjectAssetsFile": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/project.assets.json", | |
"TargetFramework": { | |
"Identifier": ".NETCoreApp", | |
"Version": { | |
"Major": 2, | |
"Minor": 0, | |
"Build": -1, | |
"Revision": -1, | |
"MajorRevision": -1, | |
"MinorRevision": -1 | |
}, | |
"Profile": "", | |
"FullName": ".NETCoreApp,Version=v2.0" | |
}, | |
"TargetFrameworks": [ | |
"netcoreapp2.0" | |
], | |
"OutputKind": 2, | |
"LanguageVersion": 0, | |
"AllowUnsafeCode": false, | |
"DocumentationFile": "", | |
"PreprocessorSymbolNames": [ | |
"TRACE", | |
"DEBUG", | |
"NETCOREAPP", | |
"NETCOREAPP2_0" | |
], | |
"SuppressedDiagnosticIds": [ | |
"CS1701", | |
"CS1702", | |
"CS1701", | |
"CS1702", | |
"CS2008" | |
], | |
"SignAssembly": false, | |
"AssemblyOriginatorKeyFile": "", | |
"SourceFiles": [ | |
"/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs" | |
], | |
"References": [], | |
"ProjectReferences": [], | |
"PackageReferences": [ | |
{ | |
"Dependency": { | |
"Id": "Microsoft.NETCore.App", | |
"Include": [], | |
"Exclude": [], | |
"VersionRange": { | |
"IsFloating": false, | |
"Float": null, | |
"OriginalString": "2.0", | |
"HasLowerBound": true, | |
"HasUpperBound": false, | |
"HasLowerAndUpperBounds": false, | |
"IsMinInclusive": true, | |
"IsMaxInclusive": false, | |
"MaxVersion": null, | |
"MinVersion": { | |
"Version": { | |
"Major": 2, | |
"Minor": 0, | |
"Build": 0, | |
"Revision": 0, | |
"MajorRevision": 0, | |
"MinorRevision": 0 | |
}, | |
"IsLegacyVersion": false, | |
"Revision": 0, | |
"IsSemVer2": false, | |
"OriginalVersion": "2.0", | |
"Major": 2, | |
"Minor": 0, | |
"Patch": 0, | |
"ReleaseLabels": [], | |
"Release": "", | |
"IsPrerelease": false, | |
"HasMetadata": false, | |
"Metadata": "" | |
} | |
} | |
}, | |
"IsImplicitlyDefined": true | |
}, | |
{ | |
"Dependency": { | |
"Id": "Amazon.Lambda.Core", | |
"Include": [], | |
"Exclude": [], | |
"VersionRange": { | |
"IsFloating": false, | |
"Float": null, | |
"OriginalString": "1.0.0", | |
"HasLowerBound": true, | |
"HasUpperBound": false, | |
"HasLowerAndUpperBounds": false, | |
"IsMinInclusive": true, | |
"IsMaxInclusive": false, | |
"MaxVersion": null, | |
"MinVersion": { | |
"Version": { | |
"Major": 1, | |
"Minor": 0, | |
"Build": 0, | |
"Revision": 0, | |
"MajorRevision": 0, | |
"MinorRevision": 0 | |
}, | |
"IsLegacyVersion": false, | |
"Revision": 0, | |
"IsSemVer2": false, | |
"OriginalVersion": "1.0.0", | |
"Major": 1, | |
"Minor": 0, | |
"Patch": 0, | |
"ReleaseLabels": [], | |
"Release": "", | |
"IsPrerelease": false, | |
"HasMetadata": false, | |
"Metadata": "" | |
} | |
} | |
}, | |
"IsImplicitlyDefined": false | |
}, | |
{ | |
"Dependency": { | |
"Id": "Amazon.Lambda.Serialization.Json", | |
"Include": [], | |
"Exclude": [], | |
"VersionRange": { | |
"IsFloating": false, | |
"Float": null, | |
"OriginalString": "1.1.0", | |
"HasLowerBound": true, | |
"HasUpperBound": false, | |
"HasLowerAndUpperBounds": false, | |
"IsMinInclusive": true, | |
"IsMaxInclusive": false, | |
"MaxVersion": null, | |
"MinVersion": { | |
"Version": { | |
"Major": 1, | |
"Minor": 1, | |
"Build": 0, | |
"Revision": 0, | |
"MajorRevision": 0, | |
"MinorRevision": 0 | |
}, | |
"IsLegacyVersion": false, | |
"Revision": 0, | |
"IsSemVer2": false, | |
"OriginalVersion": "1.1.0", | |
"Major": 1, | |
"Minor": 1, | |
"Patch": 0, | |
"ReleaseLabels": [], | |
"Release": "", | |
"IsPrerelease": false, | |
"HasMetadata": false, | |
"Metadata": "" | |
} | |
} | |
}, | |
"IsImplicitlyDefined": false | |
} | |
], | |
"Analyzers": [] | |
} | |
[info]: OmniSharp.MSBuild.ProjectManager | |
Loading project: /Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/BlogFunction.Tests.csproj | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Attempting to resolve 'NuGet.Commands, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
SUCCESS: Resolved to '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/NuGet.Commands.dll' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Attempting to resolve 'NuGet.Common, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
SUCCESS: Resolved to '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/NuGet.Common.dll' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Attempting to resolve 'NuGet.Frameworks, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
SUCCESS: Resolved to '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/NuGet.Frameworks.dll' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Attempting to resolve 'NuGet.ProjectModel, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
SUCCESS: Resolved to '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/NuGet.ProjectModel.dll' | |
[info]: OmniSharp.MSBuild.ProjectManager | |
Successfully loaded project file '/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/BlogFunction.Tests.csproj'. | |
[info]: OmniSharp.MSBuild.ProjectManager | |
Adding project '/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/BlogFunction.Tests.csproj' | |
[dbug]: OmniSharp.MSBuild.ProjectManager | |
{ | |
"FilePath": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/BlogFunction.Tests.csproj", | |
"Directory": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests", | |
"Id": { | |
"Id": "cd851a58-b800-4170-ac3b-4be99f31caf9" | |
}, | |
"Guid": "00000000-0000-0000-0000-000000000000", | |
"Name": "BlogFunction.Tests", | |
"AssemblyName": "BlogFunction.Tests", | |
"TargetPath": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/bin/Debug/netcoreapp2.0/BlogFunction.Tests.dll", | |
"OutputPath": "bin\\Debug\\netcoreapp2.0\\", | |
"ProjectAssetsFile": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/project.assets.json", | |
"TargetFramework": { | |
"Identifier": ".NETCoreApp", | |
"Version": { | |
"Major": 2, | |
"Minor": 0, | |
"Build": -1, | |
"Revision": -1, | |
"MajorRevision": -1, | |
"MinorRevision": -1 | |
}, | |
"Profile": "", | |
"FullName": ".NETCoreApp,Version=v2.0" | |
}, | |
"TargetFrameworks": [ | |
"netcoreapp2.0" | |
], | |
"OutputKind": 2, | |
"LanguageVersion": 0, | |
"AllowUnsafeCode": false, | |
"DocumentationFile": "", | |
"PreprocessorSymbolNames": [ | |
"TRACE", | |
"DEBUG", | |
"NETCOREAPP", | |
"NETCOREAPP2_0" | |
], | |
"SuppressedDiagnosticIds": [ | |
"CS1701", | |
"CS1702", | |
"CS1701", | |
"CS1702", | |
"CS2008" | |
], | |
"SignAssembly": false, | |
"AssemblyOriginatorKeyFile": "", | |
"SourceFiles": [ | |
"/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs" | |
], | |
"References": [ | |
"/Users/[username]/Repos/BlogFunction/src/BlogFunction/bin/Debug/netcoreapp2.0/BlogFunction.dll" | |
], | |
"ProjectReferences": [ | |
"/Users/[username]/Repos/BlogFunction/src/BlogFunction/BlogFunction.csproj" | |
], | |
"PackageReferences": [ | |
{ | |
"Dependency": { | |
"Id": "Microsoft.NETCore.App", | |
"Include": [], | |
"Exclude": [], | |
"VersionRange": { | |
"IsFloating": false, | |
"Float": null, | |
"OriginalString": "2.0", | |
"HasLowerBound": true, | |
"HasUpperBound": false, | |
"HasLowerAndUpperBounds": false, | |
"IsMinInclusive": true, | |
"IsMaxInclusive": false, | |
"MaxVersion": null, | |
"MinVersion": { | |
"Version": { | |
"Major": 2, | |
"Minor": 0, | |
"Build": 0, | |
"Revision": 0, | |
"MajorRevision": 0, | |
"MinorRevision": 0 | |
}, | |
"IsLegacyVersion": false, | |
"Revision": 0, | |
"IsSemVer2": false, | |
"OriginalVersion": "2.0", | |
"Major": 2, | |
"Minor": 0, | |
"Patch": 0, | |
"ReleaseLabels": [], | |
"Release": "", | |
"IsPrerelease": false, | |
"HasMetadata": false, | |
"Metadata": "" | |
} | |
} | |
}, | |
"IsImplicitlyDefined": true | |
}, | |
{ | |
"Dependency": { | |
"Id": "Amazon.Lambda.Core", | |
"Include": [], | |
"Exclude": [], | |
"VersionRange": { | |
"IsFloating": false, | |
"Float": null, | |
"OriginalString": "1.0.0", | |
"HasLowerBound": true, | |
"HasUpperBound": false, | |
"HasLowerAndUpperBounds": false, | |
"IsMinInclusive": true, | |
"IsMaxInclusive": false, | |
"MaxVersion": null, | |
"MinVersion": { | |
"Version": { | |
"Major": 1, | |
"Minor": 0, | |
"Build": 0, | |
"Revision": 0, | |
"MajorRevision": 0, | |
"MinorRevision": 0 | |
}, | |
"IsLegacyVersion": false, | |
"Revision": 0, | |
"IsSemVer2": false, | |
"OriginalVersion": "1.0.0", | |
"Major": 1, | |
"Minor": 0, | |
"Patch": 0, | |
"ReleaseLabels": [], | |
"Release": "", | |
"IsPrerelease": false, | |
"HasMetadata": false, | |
"Metadata": "" | |
} | |
} | |
}, | |
"IsImplicitlyDefined": false | |
}, | |
{ | |
"Dependency": { | |
"Id": "Amazon.Lambda.TestUtilities", | |
"Include": [], | |
"Exclude": [], | |
"VersionRange": { | |
"IsFloating": false, | |
"Float": null, | |
"OriginalString": "1.0.0", | |
"HasLowerBound": true, | |
"HasUpperBound": false, | |
"HasLowerAndUpperBounds": false, | |
"IsMinInclusive": true, | |
"IsMaxInclusive": false, | |
"MaxVersion": null, | |
"MinVersion": { | |
"Version": { | |
"Major": 1, | |
"Minor": 0, | |
"Build": 0, | |
"Revision": 0, | |
"MajorRevision": 0, | |
"MinorRevision": 0 | |
}, | |
"IsLegacyVersion": false, | |
"Revision": 0, | |
"IsSemVer2": false, | |
"OriginalVersion": "1.0.0", | |
"Major": 1, | |
"Minor": 0, | |
"Patch": 0, | |
"ReleaseLabels": [], | |
"Release": "", | |
"IsPrerelease": false, | |
"HasMetadata": false, | |
"Metadata": "" | |
} | |
} | |
}, | |
"IsImplicitlyDefined": false | |
}, | |
{ | |
"Dependency": { | |
"Id": "Microsoft.NET.Test.Sdk", | |
"Include": [], | |
"Exclude": [], | |
"VersionRange": { | |
"IsFloating": false, | |
"Float": null, | |
"OriginalString": "15.5.0", | |
"HasLowerBound": true, | |
"HasUpperBound": false, | |
"HasLowerAndUpperBounds": false, | |
"IsMinInclusive": true, | |
"IsMaxInclusive": false, | |
"MaxVersion": null, | |
"MinVersion": { | |
"Version": { | |
"Major": 15, | |
"Minor": 5, | |
"Build": 0, | |
"Revision": 0, | |
"MajorRevision": 0, | |
"MinorRevision": 0 | |
}, | |
"IsLegacyVersion": false, | |
"Revision": 0, | |
"IsSemVer2": false, | |
"OriginalVersion": "15.5.0", | |
"Major": 15, | |
"Minor": 5, | |
"Patch": 0, | |
"ReleaseLabels": [], | |
"Release": "", | |
"IsPrerelease": false, | |
"HasMetadata": false, | |
"Metadata": "" | |
} | |
} | |
}, | |
"IsImplicitlyDefined": false | |
}, | |
{ | |
"Dependency": { | |
"Id": "xunit", | |
"Include": [], | |
"Exclude": [], | |
"VersionRange": { | |
"IsFloating": false, | |
"Float": null, | |
"OriginalString": "2.3.1", | |
"HasLowerBound": true, | |
"HasUpperBound": false, | |
"HasLowerAndUpperBounds": false, | |
"IsMinInclusive": true, | |
"IsMaxInclusive": false, | |
"MaxVersion": null, | |
"MinVersion": { | |
"Version": { | |
"Major": 2, | |
"Minor": 3, | |
"Build": 1, | |
"Revision": 0, | |
"MajorRevision": 0, | |
"MinorRevision": 0 | |
}, | |
"IsLegacyVersion": false, | |
"Revision": 0, | |
"IsSemVer2": false, | |
"OriginalVersion": "2.3.1", | |
"Major": 2, | |
"Minor": 3, | |
"Patch": 1, | |
"ReleaseLabels": [], | |
"Release": "", | |
"IsPrerelease": false, | |
"HasMetadata": false, | |
"Metadata": "" | |
} | |
} | |
}, | |
"IsImplicitlyDefined": false | |
}, | |
{ | |
"Dependency": { | |
"Id": "xunit.runner.visualstudio", | |
"Include": [], | |
"Exclude": [], | |
"VersionRange": { | |
"IsFloating": false, | |
"Float": null, | |
"OriginalString": "2.3.1", | |
"HasLowerBound": true, | |
"HasUpperBound": false, | |
"HasLowerAndUpperBounds": false, | |
"IsMinInclusive": true, | |
"IsMaxInclusive": false, | |
"MaxVersion": null, | |
"MinVersion": { | |
"Version": { | |
"Major": 2, | |
"Minor": 3, | |
"Build": 1, | |
"Revision": 0, | |
"MajorRevision": 0, | |
"MinorRevision": 0 | |
}, | |
"IsLegacyVersion": false, | |
"Revision": 0, | |
"IsSemVer2": false, | |
"OriginalVersion": "2.3.1", | |
"Major": 2, | |
"Minor": 3, | |
"Patch": 1, | |
"ReleaseLabels": [], | |
"Release": "", | |
"IsPrerelease": false, | |
"HasMetadata": false, | |
"Metadata": "" | |
} | |
} | |
}, | |
"IsImplicitlyDefined": false | |
} | |
], | |
"Analyzers": [] | |
} | |
[info]: OmniSharp.MSBuild.ProjectManager | |
Update project: BlogFunction | |
[info]: OmniSharp.MSBuild.ProjectManager | |
Update project: BlogFunction.Tests | |
[warn]: OmniSharp.MSBuild.ProjectManager | |
Unable to resolve assembly '/Users/[username]/Repos/BlogFunction/src/BlogFunction/bin/Debug/netcoreapp2.0/BlogFunction.dll' | |
[dbug]: OmniSharp.DotNet.DotNetProjectSystem | |
GetProjectModel: /Users/[username]/Repos/BlogFunction/src/BlogFunction/BlogFunction.csproj | |
[dbug]: OmniSharp.Stdio.Host | |
************ Response ************ | |
{ | |
"Request_seq": 1, | |
"Command": "/projects", | |
"Running": true, | |
"Success": true, | |
"Message": null, | |
"Body": { | |
"Cake": { | |
"Projects": [] | |
}, | |
"DotNet": { | |
"Projects": [], | |
"RuntimePath": null | |
}, | |
"MsBuild": { | |
"SolutionPath": "/Users/[username]/Repos/BlogFunction", | |
"Projects": [ | |
{ | |
"ProjectGuid": "00000000-0000-0000-0000-000000000000", | |
"Path": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/BlogFunction.csproj", | |
"AssemblyName": "BlogFunction", | |
"TargetPath": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/bin/Debug/netcoreapp2.0/BlogFunction.dll", | |
"TargetFramework": ".NETCoreApp,Version=v2.0", | |
"SourceFiles": [ | |
"/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs" | |
], | |
"TargetFrameworks": [ | |
{ | |
"Name": ".NETCoreApp", | |
"FriendlyName": ".NETCoreApp", | |
"ShortName": "netcoreapp2.0" | |
} | |
], | |
"OutputPath": "bin\\Debug\\netcoreapp2.0\\", | |
"IsExe": false, | |
"IsUnityProject": false | |
}, | |
{ | |
"ProjectGuid": "00000000-0000-0000-0000-000000000000", | |
"Path": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/BlogFunction.Tests.csproj", | |
"AssemblyName": "BlogFunction.Tests", | |
"TargetPath": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/bin/Debug/netcoreapp2.0/BlogFunction.Tests.dll", | |
"TargetFramework": ".NETCoreApp,Version=v2.0", | |
"SourceFiles": [ | |
"/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs" | |
], | |
"TargetFrameworks": [ | |
{ | |
"Name": ".NETCoreApp", | |
"FriendlyName": ".NETCoreApp", | |
"ShortName": "netcoreapp2.0" | |
} | |
], | |
"OutputPath": "bin\\Debug\\netcoreapp2.0\\", | |
"IsExe": false, | |
"IsUnityProject": false | |
} | |
] | |
}, | |
"Script": { | |
"Projects": [] | |
} | |
}, | |
"Seq": 30, | |
"Type": "response" | |
} | |
[dbug]: OmniSharp.Stdio.Host | |
************ Response ************ | |
{ | |
"Request_seq": 2, | |
"Command": "/projects", | |
"Running": true, | |
"Success": true, | |
"Message": null, | |
"Body": { | |
"Cake": { | |
"Projects": [] | |
}, | |
"DotNet": { | |
"Projects": [], | |
"RuntimePath": null | |
}, | |
"MsBuild": { | |
"SolutionPath": "/Users/[username]/Repos/BlogFunction", | |
"Projects": [ | |
{ | |
"ProjectGuid": "00000000-0000-0000-0000-000000000000", | |
"Path": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/BlogFunction.csproj", | |
"AssemblyName": "BlogFunction", | |
"TargetPath": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/bin/Debug/netcoreapp2.0/BlogFunction.dll", | |
"TargetFramework": ".NETCoreApp,Version=v2.0", | |
"SourceFiles": [ | |
"/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs" | |
], | |
"TargetFrameworks": [ | |
{ | |
"Name": ".NETCoreApp", | |
"FriendlyName": ".NETCoreApp", | |
"ShortName": "netcoreapp2.0" | |
} | |
], | |
"OutputPath": "bin\\Debug\\netcoreapp2.0\\", | |
"IsExe": false, | |
"IsUnityProject": false | |
}, | |
{ | |
"ProjectGuid": "00000000-0000-0000-0000-000000000000", | |
"Path": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/BlogFunction.Tests.csproj", | |
"AssemblyName": "BlogFunction.Tests", | |
"TargetPath": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/bin/Debug/netcoreapp2.0/BlogFunction.Tests.dll", | |
"TargetFramework": ".NETCoreApp,Version=v2.0", | |
"SourceFiles": [ | |
"/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs" | |
], | |
"TargetFrameworks": [ | |
{ | |
"Name": ".NETCoreApp", | |
"FriendlyName": ".NETCoreApp", | |
"ShortName": "netcoreapp2.0" | |
} | |
], | |
"OutputPath": "bin\\Debug\\netcoreapp2.0\\", | |
"IsExe": false, | |
"IsUnityProject": false | |
} | |
] | |
}, | |
"Script": { | |
"Projects": [] | |
} | |
}, | |
"Seq": 29, | |
"Type": "response" | |
} | |
[dbug]: OmniSharp.Stdio.Host | |
************ Request ************ | |
{ | |
"Type": "request", | |
"Seq": 3, | |
"Command": "/projects" | |
} | |
[dbug]: OmniSharp.Stdio.Host | |
************ Response ************ | |
{ | |
"Request_seq": 3, | |
"Command": "/projects", | |
"Running": true, | |
"Success": true, | |
"Message": null, | |
"Body": { | |
"Cake": { | |
"Projects": [] | |
}, | |
"DotNet": { | |
"Projects": [], | |
"RuntimePath": null | |
}, | |
"MsBuild": { | |
"SolutionPath": "/Users/[username]/Repos/BlogFunction", | |
"Projects": [ | |
{ | |
"ProjectGuid": "00000000-0000-0000-0000-000000000000", | |
"Path": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/BlogFunction.csproj", | |
"AssemblyName": "BlogFunction", | |
"TargetPath": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/bin/Debug/netcoreapp2.0/BlogFunction.dll", | |
"TargetFramework": ".NETCoreApp,Version=v2.0", | |
"SourceFiles": [ | |
"/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs" | |
], | |
"TargetFrameworks": [ | |
{ | |
"Name": ".NETCoreApp", | |
"FriendlyName": ".NETCoreApp", | |
"ShortName": "netcoreapp2.0" | |
} | |
], | |
"OutputPath": "bin\\Debug\\netcoreapp2.0\\", | |
"IsExe": false, | |
"IsUnityProject": false | |
}, | |
{ | |
"ProjectGuid": "00000000-0000-0000-0000-000000000000", | |
"Path": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/BlogFunction.Tests.csproj", | |
"AssemblyName": "BlogFunction.Tests", | |
"TargetPath": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/bin/Debug/netcoreapp2.0/BlogFunction.Tests.dll", | |
"TargetFramework": ".NETCoreApp,Version=v2.0", | |
"SourceFiles": [ | |
"/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs" | |
], | |
"TargetFrameworks": [ | |
{ | |
"Name": ".NETCoreApp", | |
"FriendlyName": ".NETCoreApp", | |
"ShortName": "netcoreapp2.0" | |
} | |
], | |
"OutputPath": "bin\\Debug\\netcoreapp2.0\\", | |
"IsExe": false, | |
"IsUnityProject": false | |
} | |
] | |
}, | |
"Script": { | |
"Projects": [] | |
} | |
}, | |
"Seq": 70, | |
"Type": "response" | |
} | |
[dbug]: OmniSharp.Stdio.Host | |
************ Request ************ | |
{ | |
"Type": "request", | |
"Seq": 4, | |
"Command": "/projects" | |
} | |
[dbug]: OmniSharp.Stdio.Host | |
************ Response ************ | |
{ | |
"Request_seq": 4, | |
"Command": "/projects", | |
"Running": true, | |
"Success": true, | |
"Message": null, | |
"Body": { | |
"Cake": { | |
"Projects": [] | |
}, | |
"DotNet": { | |
"Projects": [], | |
"RuntimePath": null | |
}, | |
"MsBuild": { | |
"SolutionPath": "/Users/[username]/Repos/BlogFunction", | |
"Projects": [ | |
{ | |
"ProjectGuid": "00000000-0000-0000-0000-000000000000", | |
"Path": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/BlogFunction.csproj", | |
"AssemblyName": "BlogFunction", | |
"TargetPath": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/bin/Debug/netcoreapp2.0/BlogFunction.dll", | |
"TargetFramework": ".NETCoreApp,Version=v2.0", | |
"SourceFiles": [ | |
"/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs" | |
], | |
"TargetFrameworks": [ | |
{ | |
"Name": ".NETCoreApp", | |
"FriendlyName": ".NETCoreApp", | |
"ShortName": "netcoreapp2.0" | |
} | |
], | |
"OutputPath": "bin\\Debug\\netcoreapp2.0\\", | |
"IsExe": false, | |
"IsUnityProject": false | |
}, | |
{ | |
"ProjectGuid": "00000000-0000-0000-0000-000000000000", | |
"Path": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/BlogFunction.Tests.csproj", | |
"AssemblyName": "BlogFunction.Tests", | |
"TargetPath": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/bin/Debug/netcoreapp2.0/BlogFunction.Tests.dll", | |
"TargetFramework": ".NETCoreApp,Version=v2.0", | |
"SourceFiles": [ | |
"/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs" | |
], | |
"TargetFrameworks": [ | |
{ | |
"Name": ".NETCoreApp", | |
"FriendlyName": ".NETCoreApp", | |
"ShortName": "netcoreapp2.0" | |
} | |
], | |
"OutputPath": "bin\\Debug\\netcoreapp2.0\\", | |
"IsExe": false, | |
"IsUnityProject": false | |
} | |
] | |
}, | |
"Script": { | |
"Projects": [] | |
} | |
}, | |
"Seq": 73, | |
"Type": "response" | |
} | |
[dbug]: OmniSharp.DotNet.DotNetProjectSystem | |
GetProjectModel: /Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/BlogFunction.Tests.csproj | |
[dbug]: OmniSharp.DotNet.DotNetProjectSystem | |
GetProjectModel: /Users/[username]/Repos/BlogFunction/src/BlogFunction/BlogFunction.csproj | |
[dbug]: OmniSharp.DotNet.DotNetProjectSystem | |
GetProjectModel: /Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/BlogFunction.Tests.csproj | |
[dbug]: OmniSharp.Stdio.Host | |
************ Request ************ | |
{ | |
"Type": "request", | |
"Seq": 5, | |
"Command": "/projects" | |
} | |
[dbug]: OmniSharp.Stdio.Host | |
************ Response ************ | |
{ | |
"Request_seq": 5, | |
"Command": "/projects", | |
"Running": true, | |
"Success": true, | |
"Message": null, | |
"Body": { | |
"Cake": { | |
"Projects": [] | |
}, | |
"DotNet": { | |
"Projects": [], | |
"RuntimePath": null | |
}, | |
"MsBuild": { | |
"SolutionPath": "/Users/[username]/Repos/BlogFunction", | |
"Projects": [ | |
{ | |
"ProjectGuid": "00000000-0000-0000-0000-000000000000", | |
"Path": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/BlogFunction.csproj", | |
"AssemblyName": "BlogFunction", | |
"TargetPath": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/bin/Debug/netcoreapp2.0/BlogFunction.dll", | |
"TargetFramework": ".NETCoreApp,Version=v2.0", | |
"SourceFiles": [ | |
"/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs" | |
], | |
"TargetFrameworks": [ | |
{ | |
"Name": ".NETCoreApp", | |
"FriendlyName": ".NETCoreApp", | |
"ShortName": "netcoreapp2.0" | |
} | |
], | |
"OutputPath": "bin\\Debug\\netcoreapp2.0\\", | |
"IsExe": false, | |
"IsUnityProject": false | |
}, | |
{ | |
"ProjectGuid": "00000000-0000-0000-0000-000000000000", | |
"Path": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/BlogFunction.Tests.csproj", | |
"AssemblyName": "BlogFunction.Tests", | |
"TargetPath": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/bin/Debug/netcoreapp2.0/BlogFunction.Tests.dll", | |
"TargetFramework": ".NETCoreApp,Version=v2.0", | |
"SourceFiles": [ | |
"/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs" | |
], | |
"TargetFrameworks": [ | |
{ | |
"Name": ".NETCoreApp", | |
"FriendlyName": ".NETCoreApp", | |
"ShortName": "netcoreapp2.0" | |
} | |
], | |
"OutputPath": "bin\\Debug\\netcoreapp2.0\\", | |
"IsExe": false, | |
"IsUnityProject": false | |
} | |
] | |
}, | |
"Script": { | |
"Projects": [] | |
} | |
}, | |
"Seq": 82, | |
"Type": "response" | |
} | |
[dbug]: OmniSharp.Stdio.Host | |
************ Request ************ | |
{ | |
"Type": "request", | |
"Seq": 6, | |
"Command": "/codecheck", | |
"Arguments": { | |
"FileName": null | |
} | |
} | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.resources, Version=2.8.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
FAILURE: Could not locate '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.CodeAnalysis.CSharp.resources.dll'. | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.resources, Version=2.8.0.0, Culture=en, PublicKeyToken=31bf3856ad364e35' | |
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator | |
FAILURE: Could not locate '/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.CodeAnalysis.CSharp.resources.dll'. | |
[dbug]: OmniSharp.Stdio.Host | |
************ Response ************ | |
{ | |
"Request_seq": 6, | |
"Command": "/codecheck", | |
"Running": true, | |
"Success": true, | |
"Message": null, | |
"Body": { | |
"QuickFixes": [ | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 9, | |
"Column": 12, | |
"EndLine": 9, | |
"EndColumn": 28, | |
"Text": "The type or namespace name 'LambdaSerializerAttribute' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 9, | |
"Column": 12, | |
"EndLine": 9, | |
"EndColumn": 28, | |
"Text": "The type or namespace name 'LambdaSerializer' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 9, | |
"Column": 36, | |
"EndLine": 9, | |
"EndColumn": 42, | |
"Text": "The type or namespace name 'Amazon' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 9, | |
"Column": 29, | |
"EndLine": 9, | |
"EndColumn": 84, | |
"Text": "Predefined type 'System.Type' is not defined or imported", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 1, | |
"Column": 7, | |
"EndLine": 1, | |
"EndColumn": 13, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 2, | |
"Column": 7, | |
"EndLine": 2, | |
"EndColumn": 13, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 3, | |
"Column": 7, | |
"EndLine": 3, | |
"EndColumn": 13, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 4, | |
"Column": 7, | |
"EndLine": 4, | |
"EndColumn": 13, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 6, | |
"Column": 7, | |
"EndLine": 6, | |
"EndColumn": 13, | |
"Text": "The type or namespace name 'Amazon' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 13, | |
"Column": 18, | |
"EndLine": 13, | |
"EndColumn": 26, | |
"Text": "Predefined type 'System.Object' is not defined or imported", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 22, | |
"Column": 39, | |
"EndLine": 22, | |
"EndColumn": 45, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 22, | |
"Column": 53, | |
"EndLine": 22, | |
"EndColumn": 67, | |
"Text": "Predefined type 'System.Object' is not defined or imported", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 22, | |
"Column": 53, | |
"EndLine": 22, | |
"EndColumn": 67, | |
"Text": "The type or namespace name 'ILambdaContext' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 22, | |
"Column": 16, | |
"EndLine": 22, | |
"EndColumn": 22, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS1729", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 13, | |
"Column": 18, | |
"EndLine": 13, | |
"EndColumn": 26, | |
"Text": "'object' does not contain a constructor that takes 0 arguments", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 3, | |
"Column": 1, | |
"EndLine": 3, | |
"EndColumn": 19, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 1, | |
"Column": 1, | |
"EndLine": 1, | |
"EndColumn": 14, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 2, | |
"Column": 1, | |
"EndLine": 2, | |
"EndColumn": 34, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 4, | |
"Column": 1, | |
"EndLine": 4, | |
"EndColumn": 30, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/Function.cs", | |
"Line": 6, | |
"Column": 1, | |
"EndLine": 6, | |
"EndColumn": 26, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0400", | |
"FileName": "/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"Line": 4, | |
"Column": 20, | |
"EndLine": 4, | |
"EndColumn": 26, | |
"Text": "The type or namespace name 'System' could not be found in the global namespace (are you missing an assembly reference?)", | |
"Projects": [ | |
"BlogFunction", | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"Line": 4, | |
"Column": 71, | |
"EndLine": 4, | |
"EndColumn": 97, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction", | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"Line": 4, | |
"Column": 99, | |
"EndLine": 4, | |
"EndColumn": 119, | |
"Text": "The type or namespace name 'FrameworkDisplayName' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction", | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/tmp/.NETCoreApp,Version=v2.0.AssemblyAttributes.cs", | |
"Line": 4, | |
"Column": 122, | |
"EndLine": 4, | |
"EndColumn": 124, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction", | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 14, | |
"Column": 12, | |
"EndLine": 14, | |
"EndColumn": 18, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 15, | |
"Column": 12, | |
"EndLine": 15, | |
"EndColumn": 18, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 16, | |
"Column": 12, | |
"EndLine": 16, | |
"EndColumn": 18, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 17, | |
"Column": 12, | |
"EndLine": 17, | |
"EndColumn": 18, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 18, | |
"Column": 12, | |
"EndLine": 18, | |
"EndColumn": 18, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 19, | |
"Column": 12, | |
"EndLine": 19, | |
"EndColumn": 18, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 20, | |
"Column": 12, | |
"EndLine": 20, | |
"EndColumn": 18, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 14, | |
"Column": 55, | |
"EndLine": 14, | |
"EndColumn": 69, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 15, | |
"Column": 61, | |
"EndLine": 15, | |
"EndColumn": 68, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 16, | |
"Column": 59, | |
"EndLine": 16, | |
"EndColumn": 68, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 17, | |
"Column": 68, | |
"EndLine": 17, | |
"EndColumn": 75, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 18, | |
"Column": 55, | |
"EndLine": 18, | |
"EndColumn": 69, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 19, | |
"Column": 53, | |
"EndLine": 19, | |
"EndColumn": 67, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 20, | |
"Column": 55, | |
"EndLine": 20, | |
"EndColumn": 64, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 11, | |
"Column": 1, | |
"EndLine": 11, | |
"EndColumn": 14, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/src/BlogFunction/obj/Debug/netcoreapp2.0/BlogFunction.AssemblyInfo.cs", | |
"Line": 12, | |
"Column": 1, | |
"EndLine": 12, | |
"EndColumn": 25, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 1, | |
"Column": 7, | |
"EndLine": 1, | |
"EndColumn": 13, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 2, | |
"Column": 7, | |
"EndLine": 2, | |
"EndColumn": 13, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 3, | |
"Column": 7, | |
"EndLine": 3, | |
"EndColumn": 13, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 4, | |
"Column": 7, | |
"EndLine": 4, | |
"EndColumn": 13, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 6, | |
"Column": 7, | |
"EndLine": 6, | |
"EndColumn": 12, | |
"Text": "The type or namespace name 'Xunit' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 7, | |
"Column": 7, | |
"EndLine": 7, | |
"EndColumn": 13, | |
"Text": "The type or namespace name 'Amazon' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 8, | |
"Column": 7, | |
"EndLine": 8, | |
"EndColumn": 13, | |
"Text": "The type or namespace name 'Amazon' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 14, | |
"Column": 18, | |
"EndLine": 14, | |
"EndColumn": 30, | |
"Text": "Predefined type 'System.Object' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 17, | |
"Column": 16, | |
"EndLine": 17, | |
"EndColumn": 20, | |
"Text": "Predefined type 'System.Void' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 16, | |
"Column": 10, | |
"EndLine": 16, | |
"EndColumn": 14, | |
"Text": "Predefined type 'System.Object' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 16, | |
"Column": 10, | |
"EndLine": 16, | |
"EndColumn": 14, | |
"Text": "The type or namespace name 'FactAttribute' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 16, | |
"Column": 10, | |
"EndLine": 16, | |
"EndColumn": 14, | |
"Text": "The type or namespace name 'Fact' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 21, | |
"Column": 32, | |
"EndLine": 21, | |
"EndColumn": 40, | |
"Text": "Predefined type 'System.Object' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 21, | |
"Column": 32, | |
"EndLine": 21, | |
"EndColumn": 40, | |
"Text": "Predefined type 'System.Void' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 22, | |
"Column": 31, | |
"EndLine": 22, | |
"EndColumn": 48, | |
"Text": "Predefined type 'System.Object' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 22, | |
"Column": 31, | |
"EndLine": 22, | |
"EndColumn": 48, | |
"Text": "The type or namespace name 'TestLambdaContext' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 23, | |
"Column": 38, | |
"EndLine": 23, | |
"EndColumn": 53, | |
"Text": "Predefined type 'System.Object' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 23, | |
"Column": 54, | |
"EndLine": 23, | |
"EndColumn": 67, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 23, | |
"Column": 29, | |
"EndLine": 23, | |
"EndColumn": 53, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 25, | |
"Column": 13, | |
"EndLine": 25, | |
"EndColumn": 19, | |
"Text": "Predefined type 'System.Object' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0103", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 25, | |
"Column": 13, | |
"EndLine": 25, | |
"EndColumn": 19, | |
"Text": "The name 'Assert' does not exist in the current context", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 25, | |
"Column": 26, | |
"EndLine": 25, | |
"EndColumn": 39, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS1729", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 14, | |
"Column": 18, | |
"EndLine": 14, | |
"EndColumn": 30, | |
"Text": "'object' does not contain a constructor that takes 0 arguments", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 4, | |
"Column": 1, | |
"EndLine": 4, | |
"EndColumn": 30, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 6, | |
"Column": 1, | |
"EndLine": 6, | |
"EndColumn": 13, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 7, | |
"Column": 1, | |
"EndLine": 7, | |
"EndColumn": 26, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 3, | |
"Column": 1, | |
"EndLine": 3, | |
"EndColumn": 19, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 1, | |
"Column": 1, | |
"EndLine": 1, | |
"EndColumn": 14, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 8, | |
"Column": 1, | |
"EndLine": 8, | |
"EndColumn": 35, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 10, | |
"Column": 1, | |
"EndLine": 10, | |
"EndColumn": 20, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/FunctionTest.cs", | |
"Line": 2, | |
"Column": 1, | |
"EndLine": 2, | |
"EndColumn": 34, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 14, | |
"Column": 12, | |
"EndLine": 14, | |
"EndColumn": 18, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 15, | |
"Column": 12, | |
"EndLine": 15, | |
"EndColumn": 18, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 16, | |
"Column": 12, | |
"EndLine": 16, | |
"EndColumn": 18, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 17, | |
"Column": 12, | |
"EndLine": 17, | |
"EndColumn": 18, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 18, | |
"Column": 12, | |
"EndLine": 18, | |
"EndColumn": 18, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 19, | |
"Column": 12, | |
"EndLine": 19, | |
"EndColumn": 18, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0246", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 20, | |
"Column": 12, | |
"EndLine": 20, | |
"EndColumn": 18, | |
"Text": "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 14, | |
"Column": 55, | |
"EndLine": 14, | |
"EndColumn": 75, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 15, | |
"Column": 61, | |
"EndLine": 15, | |
"EndColumn": 68, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 16, | |
"Column": 59, | |
"EndLine": 16, | |
"EndColumn": 68, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 17, | |
"Column": 68, | |
"EndLine": 17, | |
"EndColumn": 75, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 18, | |
"Column": 55, | |
"EndLine": 18, | |
"EndColumn": 75, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 19, | |
"Column": 53, | |
"EndLine": 19, | |
"EndColumn": 73, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Error", | |
"Id": "CS0518", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 20, | |
"Column": 55, | |
"EndLine": 20, | |
"EndColumn": 64, | |
"Text": "Predefined type 'System.String' is not defined or imported", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 11, | |
"Column": 1, | |
"EndLine": 11, | |
"EndColumn": 14, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
}, | |
{ | |
"LogLevel": "Hidden", | |
"Id": "CS8019", | |
"FileName": "/Users/[username]/Repos/BlogFunction/test/BlogFunction.Tests/obj/Debug/netcoreapp2.0/BlogFunction.Tests.AssemblyInfo.cs", | |
"Line": 12, | |
"Column": 1, | |
"EndLine": 12, | |
"EndColumn": 25, | |
"Text": "Unnecessary using directive.", | |
"Projects": [ | |
"BlogFunction.Tests" | |
] | |
} | |
] | |
}, | |
"Seq": 85, | |
"Type": "response" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment