https://github.com/bigbuildbench/linkdotnet_blog

https://github.com/bigbuildbench/linkdotnet_blog

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: BigBuildBench
  • License: mit
  • Language: C#
  • Default Branch: master
  • Size: 16.7 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 4
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Funding License

Readme.md

LinkDotNet.Blog

.NET CodeQL

This is a blog software completely written in C# / Blazor. The aim is to have it configurable as possible.

How does it work

The basic idea is that the content creator writes their posts in markdown language (like this readme file). The markdown will then be translated into HTML and displayed to the client. This gives an easy entry to writing posts with all the flexibility markdown has. This also includes source code snippets. Highlighting is done via highlight.js with the GitHub theme.

In Action

overview

Documentation

Installation

License

This project is released under the terms of the MIT License.

Support & Contributing

Thanks to all contributors and people that are creating bug-reports and valuable input:

Supporters

Owner

  • Name: BigBuildBench
  • Login: BigBuildBench
  • Kind: organization

abbr. B3, benchmarking the repo-level understanding capability of your LLMs by reconstructing project build-file.

GitHub Events

Total
  • Delete event: 2
  • Issue comment event: 2
  • Pull request event: 12
  • Create event: 15
Last Year
  • Delete event: 2
  • Issue comment event: 2
  • Pull request event: 12
  • Create event: 15

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 months
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.4
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 5
Past Year
  • Issues: 0
  • Pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 months
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.4
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 5
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (8)
Top Labels
Issue Labels
Pull Request Labels
dependencies (8) .NET (8)

Dependencies

.github/workflows/codeql.yml actions
  • actions/checkout v4 composite
  • actions/setup-dotnet v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/autobuild v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/dotnet.yml actions
  • actions/checkout v4 composite
  • actions/setup-dotnet v4 composite
Dockerfile docker
  • base latest build
  • build latest build
  • mcr.microsoft.com/dotnet/aspnet 8.0 build
  • mcr.microsoft.com/dotnet/sdk 8.0 build
docker-compose.yml docker
  • linkdotnet.blog.web latest
  • mcr.microsoft.com/mssql/server 2022-latest
src/LinkDotNet.Blog.Domain/LinkDotNet.Blog.Domain.csproj nuget
src/LinkDotNet.Blog.Infrastructure/LinkDotNet.Blog.Infrastructure.csproj nuget
src/LinkDotNet.Blog.Web/LinkDotNet.Blog.Web.csproj nuget
tests/LinkDotNet.Blog.IntegrationTests/LinkDotNet.Blog.IntegrationTests.csproj nuget
tests/LinkDotNet.Blog.TestUtilities/LinkDotNet.Blog.TestUtilities.csproj nuget
tests/LinkDotNet.Blog.UnitTests/LinkDotNet.Blog.UnitTests.csproj nuget