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
2019-08-15 21:00:15.320 [Error] Failed executing DbCommand ("30,360"ms) [Parameters=["..."], CommandType='Text', CommandTimeout='30']" | |
... | |
Microsoft.EntityFrameworkCore.Database.Command | |
2019-08-15 21:00:15.321 [Error] An exception occurred while iterating over the results of a query for context type '"EfUnitOfWork"'. | |
System.Data.SqlClient.SqlException (0x80131904): Timeout expired. | |
The timeout period elapsed prior to completion of the operation or the server is not responding. | |
---> System.ComponentModel.Win32Exception (258): Unknown error 258 | |
at System.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__126_0(Task`1 result) |
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
/* | |
* Copyright (C) Igor Sysoev | |
* Copyright (C) Nginx, Inc. | |
*/ | |
#include <ngx_config.h> | |
#include <ngx_core.h> | |
#include <ngx_http.h> |
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
i(i<j) | |
```javascript | |
function binarySearch1(a, target) { | |
while(start <= end) { | |
var mid = ~~((start + end) >> 1); | |
} | |
} | |
``` |
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
/data/git/corefx# ./build.sh | |
Restoring all packages... | |
/data/git/corefx/packages/Microsoft.DotNet.BuildTools.1.0.25-prerelease-00080/lib/packageresolve.targets(76,5): error MSB4061: The "PrereleaseResolveNuGetPackageAssets" task could not be instantiated from "/data/git/corefx/packages/Microsoft.DotNet.BuildTools.1.0.25-prerelease-00080/lib/Microsoft.DotNet.Build.Tasks.dll". [/data/git/corefx/src/Microsoft.CSharp/src/Microsoft.CSharp.csproj] | |
/data/git/corefx/packages/Microsoft.DotNet.BuildTools.1.0.25-prerelease-00080/lib/packageresolve.targets(76,5): error MSB4061: System.NullReferenceException: Object reference not set to an instance of an object [/data/git/corefx/src/Microsoft.CSharp/src/Microsoft.CSharp.csproj] | |
/data/git/corefx/packages/Microsoft.DotNet.BuildTools.1.0.25-prerelease-00080/lib/packageresolve.targets(76,5): error MSB4061: at Microsoft.DotNet.Build.Tasks.PrereleaseResolveNuGetPackageAssets..ctor () <0x4126b3e0 + 0x0044f> in <filename unknown>:0 [/data/git/corefx/src/Microsoft.CSharp/src |
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
msbuild "E:\Dev\GitHub\DotNet\corefx\build.proj" /nologo /maxcpucount /verbosity:minimal /nodeReuse:false /fileloggerparameters:Verbosity=minimal;LogFile="E:\Dev\GitHub\DotNet\corefx\msbuild.log";Append | |
Restoring build tools... | |
e:\Dev\GitHub\DotNet\corefx\src\Common\src\System\SR.cs(19,67): error CS0117: 'System.SR' does not contain a definition for 'ResourceType' [E:\Dev\GitHub\DotNet\corefx\src\System.Collections.Immutable\src\System.Collections.Immutable.csproj] | |
EXEC : warning : DownloadPackageAsync: https://www.myget.org/F/dotnet-core/api/v2/package/System.Runtime.InteropServices/4.0.20-beta-22927 [E:\Dev\GitHub\DotNet\corefx\src\Microsoft.Win32.Primitives\src\Microsoft.Win32.Primitives.csproj] | |
EXEC : warning : DownloadPackageAsync: https://www.myget.org/F/dotnet-core/api/v2/package/System.Threading/4.0.10-beta-22927 [E:\Dev\GitHub\DotNet\corefx\src\System.Collections.NonGeneric\src\System.Collections.NonGeneric.csproj] | |
EXEC : warning : DownloadPackageAsync: https://www.myget.org/F/dotnet-core/api/v2/ |
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
Restoring NuGet.exe... | |
Restoring MSBuild... | |
Attempting to resolve dependency 'Microsoft.Tpl.Dataflow (≥ 4.5.24)'. | |
Installing 'Microsoft.Tpl.Dataflow 4.5.24'. | |
Successfully installed 'Microsoft.Tpl.Dataflow 4.5.24'. | |
Installing 'Microsoft.Build.Mono.Debug 14.1.0.0-prerelease'. | |
Successfully installed 'Microsoft.Build.Mono.Debug 14.1.0.0-prerelease'. | |
Restoring build tools... | |
System.IO.InvalidDataException: Unable to read package from path 'Microsoft.Net.ToolsetCompilers.1.0.0-rc3-20150510-01.nupkg'. ---> System.IO.FileFormatException: The specified archive is invalid. | |
at System.IO.Packaging.Package.OpenCore (System.IO.Stream stream, FileMode packageMode, FileAccess packageAccess, Boolean ownsStream) <0x1055e4fd0 + 0x001df> in <filename unknown>:0 |
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
D:\Dev\dotnet\corefx\src\Common\src\System\SR.cs(19,67): error CS0117: 'SR' does not contain a definition for 'ResourceType' [D:\Dev\dotnet\corefx\src\Microsoft.CSharp\src\Microsoft.CSharp.csproj] | |
D:\Dev\dotnet\corefx\src\Common\src\System\SR.cs(19,67): error CS0117: 'SR' does not contain a definition for 'ResourceType' [D:\Dev\dotnet\corefx\src\System.Collections.Concurrent\src\System.Collections.Concurrent.csproj] | |
D:\Dev\dotnet\corefx\src\Common\src\System\SR.cs(19,67): error CS0117: 'SR' does not contain a definition for 'ResourceType' [D:\Dev\dotnet\corefx\src\System.Collections.Immutable\src\System.Collections.Immutable.csproj] | |
Microsoft.Win32.Primitives -> D:\Dev\dotnet\corefx\bin\Windows_NT.AnyCPU.Debug\Microsoft.Win32.Primitives\Microsoft.Win32.Primitives.dll | |
D:\Dev\dotnet\corefx\src\Common\src\System\SR.cs(19,67): error CS0117: 'SR' does not contain a definition for 'ResourceType' [D:\Dev\dotnet\corefx\src\System.Collections.NonGeneric\src\System.Collections.NonGeneric.csproj] | |
D:\Dev\dotnet\corefx\ |
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
Severity Code Description Project File Line | |
Error C3688 invalid literal suffix 'L'; literal operator or literal operator template 'operator ""L' not found cee_wks d:\dev\dotnet\coreclr-build-with-2015\coreclr\src\vm\dwreport.cpp 98 | |
Error C2789 'kWatsonPath': an object of const-qualified type must be initialized cee_wks d:\dev\dotnet\coreclr-build-with-2015\coreclr\src\vm\dwreport.cpp 98 | |
Error LNK1181 cannot open input file '..\..\..\vm\wks\Debug\cee_wks.lib' coreclr D:\Dev\dotnet\coreclr-build-with-2015\coreclr\binaries\intermediates\Windows_NT.x64.debug\src\dlls\mscoree\coreclr\LINK 1 | |
Error LNK2001 unresolved external symbol _purecall dbgshim D:\Dev\dotnet\coreclr-build-with-2015\coreclr\binaries\intermediates\Windows_NT.x64.debug\src\dlls\dbgshim\dbgshim.cpp.obj 1 | |
Error LNK2019 unresolved external symbol wcschr referenced in function "bool __cdecl IsCoreClr(unsigned short const *)" (?IsCoreClr@@YA_NPEBG@Z) dbgshim D:\Dev\dotnet\coreclr-build-with-2015\coreclr\binaries\intermediates\Windows_NT.x64.debug\src\ |
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
$ runtime_mac/corerun app/HelloWorld.exe | |
Compiling 0 System.AppDomain::SetupDomain, IL size = 58, hsh=0x7a83b94f | |
Compiling 1 System.AppDomain::SetupFusionStore, IL size = 71, hsh=0xc5141dd8 | |
Compiling 2 System.AppDomainSetup::VerifyDir, IL size = 31, hsh=0x12d702c7 | |
Compiling 3 System.AppDomainSetup::SetupDefaults, IL size = 110, hsh=0x2a7c5db0 | |
Compiling 4 System.String::LastIndexOfAny, IL size = 22, hsh=0xa01e2e37 | |
Compiling 5 System.String::Substring, IL size = 144, hsh=0x85a5f80d | |
Compiling 6 System.String::InternalSubString, IL size = 104, hsh=0xc6f3096a | |
Compiling 7 System.Buffer::Memmove, IL size = 623, hsh=0xc758e6fd | |
Compiling 8 System.String::Concat, IL size = 73, hsh=0x32fded48 |
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
[ 22%] Building C object src/pal/tests/palsuite/c_runtime/atof/test1/CMakeFiles/paltest_atof_test1.dir/test1.c.o | |
Undefined symbols for architecture x86_64: | |
"_CloseHandle", referenced from: | |
_main in example1.c.o | |
"_CopyFileW", referenced from: | |
_main in example1.c.o | |
"_CreateFileW", referenced from: | |
_main in example1.c.o | |
"_DeleteFileW", referenced from: | |
_main in example1.c.o |