Maui example #400
Annotations
13 errors and 3 warnings
Ios
Process completed with exit code 1.
|
Core
Resource not accessible by integration
{
name: 'HttpError',
id: '7547333664',
status: 403,
response: {
url: 'https://api.github.com/repos/verybadcat/CSharpMath/releases',
status: 403,
headers: {
'access-control-allow-origin': '*',
'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
connection: 'close',
'content-encoding': 'gzip',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Fri, 19 Jan 2024 18:17:56 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'GitHub.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
'transfer-encoding': 'chunked',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-accepted-github-permissions': 'contents=write; contents=write,workflows=write',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-api-version-selected': '2022-11-28',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-id': '2D3A:11CA:7213A3E:EBB6281:65AABCD4',
'x-ratelimit-limit': '1000',
'x-ratelimit-remaining': '994',
'x-ratelimit-reset': '1705691874',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '6',
'x-xss-protection': '0'
},
data: {
message: 'Resource not accessible by integration',
documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/verybadcat/CSharpMath/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.20.2 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: `{"target_commitish":"refs/pull/232/merge","name":"0.5.2 CI","tag_name":"v0.5.2","body":"<!--Example release name: 0.5.2 xxx Update [Alpha|Beta]-->\\n<!--Please release immediately after modifying as any changes will be overwritten on next run of the Test workflow-->\\n<!--Remove these comments, they will be visible in the released NuGet packages!-->\\n\\n## Changes from v0.5.1 (Recently merged first)\\n<details><summary>Remove EnumGetValues (#230) @charlesroddie</summary><table><td>\\n\\nRemove a usage of Enum.GetValues, which is based on reflection and not trim compatible.\\r\\n\\r\\nFixes https://github.com/verybadcat/CSharpMath/issues/227\\n</td></table></details>\\n\\n\\n## 🚀 Features\\n\\n<details><summary>Add TextColor property to BaseButton and make MathInputButton's color customizable (#164) @SymboLinker</summary><table><td>\\n\\nThe main goal of this commit is to make keyboard colors customizable (per keyboard key) to fit an app's color theme(s). For example, a dark keyboard background with light button texts.\\r\\n\\r\\nCSharpMath.Forms:\\r\\n- Refactor BaseButton's constructor.\\r\\n- Add TextColor property to BaseButton and a bindable TextColorProperty.\\r\\n- Remove the predefined Red color from MathInputButton.InputToLaTeX(input) for \\"Backspace\\" and \\"Clear\\".\\r\\n\\r\\nCSharpMath.Forms.Example (MathKeyboard.xaml):\\r\\n- Use the TextColorProperty in the Style of \\"Backspace\\" and \\"Clear\\", setting it to Red.\\n</td></table></details>\\n\\n\\n## 🧰 Maintenance\\n\\n<details><summary>Update FractionDisplay.cs (#200) @ReallyVirtual</summary><table><td>\\n\\nFix a copy/paste typo\\n</td></table></details>\\n\\n## Contributors\\n@ReallyVirtual, @SymboLinker, @charlesroddie and @prok155\\n","draft":true,"prerelease":true,"make_latest":"false"}`,
request: {}
},
event: {
id: '7547333664',
name: 'pull_request',
payload: {
ac
|
Core
HttpError: Resource not accessible by integration
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '7547333664',
name: 'pull_request',
payload: {
action: 'opened',
number: 232,
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/verybadcat/CSharpMath/issues/232/comments'
},
commits: {
href: 'https://api.github.com/repos/verybadcat/CSharpMath/pulls/232/commits'
},
html: { href: 'https://github.com/verybadcat/CSharpMath/pull/232' },
issue: {
href: 'https://api.github.com/repos/verybadcat/CSharpMath/issues/232'
},
review_comment: {
href: 'https://api.github.com/repos/verybadcat/CSharpMath/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/verybadcat/CSharpMath/pulls/232/comments'
},
self: {
href: 'https://api.github.com/repos/verybadcat/CSharpMath/pulls/232'
},
statuses: {
href: 'https://api.github.com/repos/verybadcat/CSharpMath/statuses/939ef9e6174eab0a7272d0959dff9cbbc432d751'
}
},
active_lock_reason: null,
additions: 1126,
assignee: null,
assignees: [],
author_association: 'NONE',
auto_merge: null,
base: {
label: 'verybadcat:master',
ref: 'master',
repo: {
allow_auto_merge: false,
allow_forking: true,
allow_merge_commit: false,
allow_rebase_merge: false,
allow_squash_merge: true,
allow_update_branch: false,
archive_url: 'https://api.github.com/repos/verybadcat/CSharpMath/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/verybadcat/CSharpMath/assignees{/user}',
blobs_url: 'https://api.github.com/repos/verybadcat/CSharpMath/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/verybadcat/CSharpMath/branches{/branch}',
clone_url: 'https://github.com/verybadcat/CSharpMath.git',
collaborators_url: 'https://api.github.com/repos/verybadcat/CSharpMath/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/verybadcat/CSharpMath/comments{/number}',
commits_url: 'https://api.github.com/repos/verybadcat/CSharpMath/commits{/sha}',
compare_url: 'https://api.github.com/repos/verybadcat/CSharpMath/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/verybadcat/CSharpMath/contents/{+path}',
contributors_url: 'https://api.github.com/repos/verybadcat/CSharpMath/contributors',
created_at: '2017-10-06T00:24:11Z',
default_branch: 'master',
delete_branch_on_merge: false,
deployments_url: 'https://api.github.com/repos/verybadcat/CSharpMath/deployments',
description: 'LaTeX. in C#. (ported from the wonderful iosMath project).',
disabled: false,
downloads_url: 'https://api.github.com/repos/verybadcat/CSharpMath/downloads',
events_url: 'https://api.github.com/repos/verybadcat/CSharpMath/events',
fork: false,
forks: 57,
forks_count: 57,
forks_url: 'https://api.github.com/repos/verybadcat/CSharpMath/forks',
full_name: 'verybadcat/CSharpMath',
git_commits_url: 'https://api.github.com/repos/verybadcat/CSharpMath/git/commits{/sha}',
git_refs_url: 'https://api.github.com/repos/verybadcat/CSharpMath/git/refs{/sha}',
git_tags_url: 'https://api.github.com/repos/verybadcat/CSharpMath/
|
Core:
CSharpMath.Xaml.Tests.NuGet/Test.cs#L16
The type 'Color' is defined in an assembly that is not referenced. You must add a reference to assembly 'Avalonia.Visuals, Version=0.10.0.0, Culture=neutral, PublicKeyToken=c8d484a7012f9a8b'.
|
Core:
CSharpMath.Rendering/BackEnd/GraphicsContext.cs#L11
The type or namespace name 'Contours' does not exist in the namespace 'Typography' (are you missing an assembly reference?)
|
Core:
Typography/Typography.GlyphLayout/ScriptLang.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Core:
Typography/Typography.TextBreak/Typography.TextBreak/ScriptAndUnicodeInfo/ScriptLangInfo.cs#L17
Cannot convert null literal to non-nullable reference type.
|
Core:
Typography/Typography.TextBreak/Typography.TextBreak/ScriptAndUnicodeInfo/ScriptLangInfo.cs#L994
Cannot convert null literal to non-nullable reference type.
|
Core:
CSharpMath.Apple/BackEnd/JsonMathTable.cs#L25
Possible null reference argument for parameter 'value' in 'int Extensions.Value<int>(IEnumerable<JToken> value)'.
|
Core:
CSharpMath.Apple/BackEnd/JsonMathTable.cs#L29
Possible null reference argument for parameter 'value' in 'int Extensions.Value<int>(IEnumerable<JToken> value)'.
|
Core:
CSharpMath.Apple/Resources/ManifestResources.cs#L17
Dereference of a possibly null reference.
|
Core:
CSharpMath.Apple/BackEnd/JsonMathTable.cs#L50
Possible null reference argument for parameter 'value' in 'short Extensions.Value<short>(IEnumerable<JToken> value)'.
|
Core:
CSharpMath.Apple/BackEnd/JsonMathTable.cs#L52
Possible null reference argument for parameter 'value' in 'short Extensions.Value<short>(IEnumerable<JToken> value)'.
|
Ios
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Ios
No files were found with the provided path: /tmp/tests_artifacts. No artifacts will be uploaded.
|
Core
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
CSharpMath.Rendering.Tests results
Expired
|
14.2 MB |
|
CSharpMath.Xaml.Tests.NuGet results
Expired
|
292 Bytes |
|
NuGet packages
Expired
|
225 KB |
|