This does not provide an answer to the question. You can search for similar questions, or refer to the related and linked questions on the right-hand side of the page to find an answer. If you have a related but different question, ask a new question, and include a link to this one to help provide context. See Ask questions, get answers, no distractions
This file contains 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
SELECT DISTINCT CAST(edt.[EditionID] AS varchar) AS editionId | |
,edt.[CoverTitle] AS coverTitle | |
,edt.[ISBN13] AS isbn13 | |
,edt.[SubTitle] AS subTitle | |
,edt.[CoverAuthors] AS coverAuthors | |
,edt.[WorkReference] AS workReference | |
,edt.[Binding] AS binding | |
,edt.[Division] AS division | |
,edt.[Format] AS format | |
,edt.[SortTitle] AS sortTitle |
This file contains 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
execve("/usr/bin/ssh", ["ssh", "-v", "pi@bosspi1"], [/* 14 vars */]) = 0 | |
brk(NULL) = 0x7fffdcd55000 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=20599, ...}) = 0 | |
mmap(NULL, 20599, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb86baf4000 | |
close(3) = 0 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
open("/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3 |
This file contains 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
Microsoft.AspNetCore.Server.Kestrel[13] | |
Connection id "0HLHEIEB48VMD", Request id "0HLHEIEB48VMD:00000001": An unhandled exception | |
was thrown by the application. | |
Microsoft.Azure.WebJobs.Host.FunctionInvocationException: Exception while executing function: HttpSyncStart ---> System.NullReferenceException: Object reference not set to an instance of an object. | |
at Microsoft.Azure.WebJobs.Extensions.DurableTask.HttpApiHandler.GetClient(HttpRequestMessage | |
request) | |
at Microsoft.Azure.WebJobs.Extensions.DurableTask.HttpApiHandler.WaitForCompletionOrCreateCheckStatusResponseAsync(HttpRequestMessage request, String instanceId, OrchestrationClientAttribute | |
attribute, TimeSpan timeout, TimeSpan retryInterval) | |
at Microsoft.Azure.WebJobs.Extensions.DurableTask.DurableTaskExtension.WaitForCompletionOrCreateCheckStatusResponseAsync(HttpRequestMessage request, String instanceId, OrchestrationClientAttribute attribute, TimeSpan timeout, TimeSpan retryInterval) | |
at Microsoft.Azure.WebJobs.DurableOrchestrationCl |
This file contains 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
public partial class JsonProduct | |
{ | |
[JsonProperty("record")] | |
public Record[] Record { get; set; } | |
} | |
public partial class Record | |
{ | |
[JsonProperty("editionID")] | |
public double EditionId { get; set; } |
This file contains 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
[Serializable] | |
public partial class TestToDo | |
{ | |
[JsonProperty("userId")] | |
public long UserId { get; set; } | |
[JsonProperty("id")] | |
public long Id { get; set; } | |
[JsonProperty("title")] |
This file contains 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
{"lastUpload":"2019-01-14T09:55:37.893Z","extensionVersion":"v3.2.4"} |
This file contains 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
Process: dotnet [8672] | |
Path: /usr/local/share/dotnet/dotnet | |
Identifier: dotnet | |
Version: 0 | |
Code Type: X86-64 (Native) | |
Parent Process: dotnet [8670] | |
Responsible: iTerm2 [449] | |
User ID: 501 | |
Date/Time: 2019-07-19 13:24:27.997 +0100 |
This file contains 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
Process: dotnet [20788] | |
Path: /usr/local/share/dotnet/dotnet | |
Identifier: dotnet | |
Version: 0 | |
Code Type: X86-64 (Native) | |
Parent Process: dotnet [20783] | |
Responsible: Electron [19781] | |
User ID: 501 | |
Date/Time: 2019-08-02 09:56:19.985 +0100 |
This file contains 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
Failed to download package 'Stratum.Util.201908.6.2' from 'https://pkgs.dev.azure.com/stratumfive/_packaging/9c301f7b-5cd6-4352-bff6-a4a1666f6569@f8ecd5e5-96ea-4d83-90eb-5e7cee6e175b/nuget/v3/flat2/stratum.util/201908.6.2/stratum.util.201908.6.2.nupkg'. An error occurred while sending the request. Received an unexpected EOF or 0 bytes from the transport stream. Failed to download package 'Serilog.Formatting.Elasticsearch.7.1.0' from 'https://pkgs.dev.azure.com/stratumfive/_packaging/9c301f7b-5cd6-4352-bff6-a4a1666f6569@f8ecd5e5-96ea-4d83-90eb-5e7cee6e175b/nuget/v3/flat2/serilog.formatting.elasticsearch/7.1.0/serilog.formatting.elasticsearch.7.1.0.nupkg'. | |
Connection refused Restore completed in 25.59 sec for /app/src/Aviso.Ports.Common/Aviso.Ports.Common.csproj. Restore completed in 18.18 sec for /app/src/Aviso.Ports.Dal/Aviso.Ports.Dal.csproj. Retrying 'FindPackagesByIdAsync' for source 'https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite.core/index.json'. The downl |