{"id":19739307,"url":"https://github.com/appmetrics/seq","last_synced_at":"2025-08-31T12:43:33.065Z","repository":{"id":90628704,"uuid":"142573935","full_name":"AppMetrics/Seq","owner":"AppMetrics","description":"App Metrics Extensions for Seq reporting","archived":false,"fork":false,"pushed_at":"2018-07-27T13:05:55.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"dev","last_synced_at":"2025-02-28T05:59:11.967Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AppMetrics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-27T12:23:22.000Z","updated_at":"2018-07-27T13:05:08.000Z","dependencies_parsed_at":"2023-04-25T03:39:55.026Z","dependency_job_id":null,"html_url":"https://github.com/AppMetrics/Seq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AppMetrics/Seq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppMetrics%2FSeq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppMetrics%2FSeq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppMetrics%2FSeq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppMetrics%2FSeq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AppMetrics","download_url":"https://codeload.github.com/AppMetrics/Seq/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppMetrics%2FSeq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272982771,"owners_count":25025984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T01:16:52.783Z","updated_at":"2025-08-31T12:43:33.032Z","avatar_url":"https://github.com/AppMetrics.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# App Metrics - Seq \u003cimg src=\"https://www.app-metrics.io/images/logo.png\" alt=\"App Metrics\" width=\"50px\"/\u003e \n[![Official Site](https://img.shields.io/badge/site-appmetrics-blue.svg?style=flat-square)](https://www.app-metrics.io/getting-started/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://opensource.org/licenses/Apache-2.0)\n\n## What is it?\n\n\n## Latest Builds, Packages \u0026 Repo Stats\n\n|Branch|AppVeyor|Travis|Coverage|\n|------|:--------:|:--------:|:--------:|\n\n\n## How to build\n\n[AppVeyor](https://ci.appveyor.com/project/alhardy/appmetrics/branch/master) and [Travis CI](https://travis-ci.org/alhardy/AppMetrics) builds are triggered on commits and PRs to `dev` and `master` branches.\n\nSee the following for build arguments and running locally.\n\n|Configuration|Description|Default|Environment|Required|\n|------|--------|:--------:|:--------:|:--------:|\n|BuildConfiguration|The configuration to run the build, **Debug** or **Release** |*Release*|All|Optional|\n|PreReleaseSuffix|The pre-release suffix for versioning nuget package artifacts e.g. `beta`|*ci*|All|Optional|\n|CoverWith|**DotCover** or **OpenCover** to calculate and report code coverage, **None** to skip. When not **None**, a coverage file and html report will be generated at `./artifacts/coverage`|*OpenCover*|Windows Only|Optional|\n|SkipCodeInspect|**false** to run ReSharper code inspect and report results, **true** to skip. When **false**, the code inspection html report and xml output will be generated at `./artifacts/resharper-reports`|*false*|Windows Only|Optional|\n|BuildNumber|The build number to use for pre-release versions|*0*|All|Optional|\n|LinkSources|[Source link](https://github.com/ctaggart/SourceLink) support allows source code to be downloaded on demand while debugging|*true*|All|Optional|\n\n\n### Windows\n\nRun `build.ps1` from the repositories root directory.\n\n```\n\t.\\build.ps1\n```\n\n**With Arguments**\n\n```\n\t.\\build.ps1 --ScriptArgs '-BuildConfiguration=Release -PreReleaseSuffix=beta -CoverWith=OpenCover -SkipCodeInspect=false -BuildNumber=1'\n```\n\n### Linux \u0026 OSX\n\nRun `build.sh` from the repositories root directory. Code Coverage reports are now supported on Linux and OSX, it will be skipped running in these environments.\n\n```\n\t.\\build.sh\n```\n\n**With Arguments**\n\n\n```\n\t.\\build.sh --ScriptArgs '-BuildConfiguration=Release -PreReleaseSuffix=beta -BuildNumber=1'\n```\n\n## Contributing\n\nSee the [contribution guidlines](CONTRIBUTING.md) for details.\n\n## Acknowledgements\n\n* [Seq](https://getseq.net)\n\n## License\n\nThis library is release under Apache 2.0 License ( see LICENSE ) Copyright (c) 2016 Allan Hardy\n\nSee [LICENSE](https://github.com/AppMetrics/AppMetrics/blob/dev/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappmetrics%2Fseq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappmetrics%2Fseq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappmetrics%2Fseq/lists"}