Patrik Svensson
375a708c43
Add net9.0
support, remove legacy TFM:s ( #1682 )
...
* Update .NET SDK to 9.0.100
* Remove net6.0
* Remove net7.0
* Update dependencies
* Install correct .NET SDK:s in GitHub Actions
2024-11-13 14:54:01 +01:00
renovate[bot]
dc2cb40b79
chore: Update rickstaa/top-issues-action action to v1.3.101
2024-08-30 09:40:24 +02:00
Patrik Svensson
96512f353f
Fix regression in Razor syntax
2024-08-30 09:18:07 +02:00
Patrik Svensson
56feea11a1
Fix the workflow. Third time the charm?
2024-08-30 09:01:52 +02:00
Patrik Svensson
45c24055fa
(Hopefully) fix workflow
2024-08-30 09:01:03 +02:00
Patrik Svensson
d56139756c
Lock SDK for documentation for now
2024-08-30 08:59:15 +02:00
renovate[bot]
e5a6459c52
chore: Update rickstaa/top-issues-action action to v1.3.100
2024-04-27 16:43:19 +02:00
Frank Ray
ecdfdd4b85
Please upvote 👍 if you are interested in it ( #1491 )
2024-04-16 08:43:29 +01:00
Frank Ray
a893a9601e
Top Issues GitHub Action ( #1488 )
2024-04-14 12:47:55 +01:00
Patrik Svensson
e13410861d
Update dependencies to latest version
2024-02-13 09:34:00 +01:00
Patrik Svensson
b21e07ea94
Update dependencies
...
* Add support for C# 12
* Run all tests on all major .NET SDKs
* Only build on Ubuntu
* Do not build docs for pull requests
* Add Cédric Luthi, and Frank Ray to authors
* Drop netstandard2.0 for ImageSharp plugin
2024-01-31 20:51:49 +01:00
Tony Knight
63c22575ea
Direct contributors to the current CONTRIBUTING.md ( #1435 )
2024-01-22 23:15:04 +01:00
Patrik Svensson
4d6541dd14
Add back net7.0 TFM for tests
2023-11-19 12:18:22 +01:00
Nils Andresen
343b98944d
added a minimal PR template
2023-09-27 08:28:08 +02:00
Patrik Svensson
9ce3b99cd6
Remove integration tests
2022-11-10 12:01:13 +01:00
Patrik Svensson
7b23456d3e
Add 'need triage' label to new issues
2022-10-04 22:38:52 +02:00
Patrik Svensson
cbfcc37a46
Add new and transferred issues to project
...
When a new issue is created or an issue is transferred
from another project, we add the issue to the Spectre.Console project
(https://github.com/orgs/spectreconsole/projects/1 ).
2022-10-04 22:38:52 +02:00
renovate[bot]
5581ad2f05
chore: Update actions/setup-dotnet action to v3
2022-09-30 13:38:16 +02:00
Patrik Svensson
dc93edef15
Remove the 'net50' TFM
...
Also updates all dependencies to the latest version.
Closes #829
2022-07-02 11:18:34 +02:00
renovate[bot]
b4cf7a76d3
chore: Update actions/upload-artifact action to v3
2022-07-01 12:45:58 +02:00
Patrik Svensson
45a051150f
Fix for 'chore:' CI criteria
2022-07-01 12:42:24 +02:00
Patrik Svensson
47ef9a685e
Do not run CI for commits starting with 'chore'
2022-07-01 12:36:48 +02:00
renovate[bot]
8ca602b986
chore: Update actions/setup-node action to v3
2022-07-01 12:08:53 +02:00
renovate[bot]
a11ae6a93d
chore: Update actions/setup-dotnet action to v2
2022-07-01 12:08:37 +02:00
renovate[bot]
b13ff8ebcc
chore: Update actions/checkout action to v3
2022-07-01 12:08:25 +02:00
renovate[bot]
90e6a1aa21
chore: Update actions/cache action to v3
2022-07-01 12:08:01 +02:00
Patrik Svensson
1eeb32c704
Ignore the docs project
2022-06-30 14:24:03 +02:00
Patrik Svensson
da1c471c18
Give GH Actions jobs a more suitable name
2022-04-15 10:44:14 +02:00
Patrik Svensson
7e1fb43f21
Install .NET SDK 6.0.101
2022-04-15 10:28:49 +02:00
Nils Andresen
25a61bea91
Renovate: Ignore all updates to resources/scripts
...
those are used only during development, hence there
is no need to auto-update them.
2022-04-07 10:27:02 +02:00
Patrik Svensson
f614032c82
Fix documentation workflow ( #799 )
...
Only publish documentation when we publish artifacts.
2022-04-05 08:40:30 +02:00
renovate[bot]
90b917c38c
Configure Renovate ( #785 )
...
* Add renovate.json
* Added a bit more configuration
also moved the config into .github subfolder so not to clutter
the root folder.
* ignore npm updates in docs
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nils Andresen <nils@nils-andresen.de>
2022-04-03 22:16:48 +02:00
Patrik Svensson
f9a85e017a
Only build docs once :)
2022-02-15 18:02:25 +01:00
Phil Scott
523adc6c49
Including dotnet tools restore into ci build
2021-12-21 19:44:16 +01:00
Patrik Svensson
19ff48f4b8
Clean up .NET SDK installation
2021-12-15 22:54:27 +01:00
Patrik Svensson
8fcd2e59d6
Install .NET 5 as part of build
2021-12-15 22:47:05 +01:00
Patrik Svensson
8ce40bac3c
Fix documentation build
2021-12-15 22:43:03 +01:00
Phil Scott
461348f2fb
Update asciinema ( #648 )
...
* Updating doc build dependencies
Updates playwright to latest version. This requires an update in how it is ran as part of the statiq build set up to ensure dependencies exist for the run.
Also brings misc packages up to date to fix vulnerabilities.
* Updates CI to use node v16 and dotnet 5
Playwright CLI currently needs net5 to execute. There is a PR in the works to get it running on net6 but until then the recommended steps it to have both installed.
2021-12-01 13:40:51 +01:00
Patrik Svensson
fd4b96944e
Add support for alternate screen buffers
...
Closes #250
2021-11-30 12:13:14 -05:00
Patrik Svensson
9c9eb04f91
Upgrade .NET SDK to 6.0.100 ( #616 )
...
* Update to .NET 6.0.100
* Update Cake to 2.0.0-rc0001
2021-11-09 08:19:36 +01:00
Patrik Svensson
b738187b28
Fix publish workflow error
2021-10-30 01:52:25 +02:00
Patrik Svensson
d02c9e552e
Add net6.0 TFM ( #603 )
...
Closes #602
2021-10-29 21:05:17 +02:00
Phil Scott
4d2d927caa
Upgrades Statiq and re-enables docs publishing
...
Previous versions of Statiq had a bug with .NET 6 RC1. The latest has a workaround that allows publishing
2021-10-15 20:31:57 +02:00
Patrik Svensson
e8e92e7f44
Remove path criteria for publish workflow
2021-10-05 17:57:25 +02:00
Patrik Svensson
3718502eee
Update workflow
2021-10-05 17:55:08 +02:00
Patrik Svensson
39cfc7a62f
Allow workflows to run for workflow changes
2021-10-05 17:54:02 +02:00
Patrik Svensson
2e90ef28e4
Allow workflows to run for test and example changes
2021-10-05 17:52:30 +02:00
Patrik Svensson
b058c54f3c
Disable GH Action workflow for docs
2021-09-23 23:26:31 +02:00
Patrik Svensson
e169df6303
Add support for manipulating individual table rows
...
Closes #500
2021-08-14 23:35:07 +02:00
Phil Scott
223642b797
Add blog to docs ( #484 )
...
* Adding social card infrastructure
* Upgrades doc project to .NET 6
* Adds Playwright
* Changes the console to a web project for Playwright
* Adds social card template
* Added blog content
* Parallelized social image processing
* Updating CI to use .NET 6 for docs build
2021-07-15 19:53:01 +02:00