This website works better with JavaScript.
Explore
Help
Register
Sign In
open-source-mirrors
/
recyclarr
mirror of
https://github.com/recyclarr/recyclarr
Watch
1
Star
0
Fork
You've already forked recyclarr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f29f10e2ab
renovate/all-gitversion-packages
renovate/major-dotnet-monorepo
renovate/dotnet-sonarscanner-9.x
renovate/automapper.contrib.autofac.dependencyinjection-8.x
master
renovate/muno92-resharper_inspectcode-1.x
qodana
docker-retention
integration-tests
refit
json-serializing-nullable-fields-issue
snyk
commitlint
gui
recyclarr
v7.4.0
v7.3.0
v7.2.4
v7.2.3
v7.2.2
v7.2.1
v7.2.0
v7.1.1
v7.1.0
v7.0.0
v6.0.2
v6.0.1
v6.0.0
v5.4.3
v5.4.2
v5.4.1
v5.4.0
v5.3.1
v5.3.0
v5.2.1
v5.2.0
v5.1.1
v5.1.0
v5.0.3
v5.0.2
v5.0.1
v5.0.0
v4.4.1
v4.4.0
v4.3.0
v4.2.0
v4.1.3
v4.1.2
v4.1.1
v4.1.0
v4.0.2
v4.0.1
v4.0.0
v3.1.0
v3.0.0
v2.6.1
v2.6.0
v2.5.0
v2.4.1
v2.4.0
v2.3.1
v2.3.0
v2.2.1
v2.2.0
v2.1.2
v2.1.1
v2.1.0
v2.0.2
v2.0.1
v2.0.0
v1.8.2
v1.8.1
v1.8.0
v1.7.0
v1.6.6
v1.6.5
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.5.1
v1.5.0
v1.4.2
v1.4.1
v1.4.0
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.0
v1.0.0
v0.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f29f10e2ab'
${ noResults }
recyclarr
/
src
/
Recyclarr.Yaml
/
UnknownYamlException.cs
4 lines
91 B
Raw
Normal View
History
Unescape
Escape
refactor: Split Recyclarr.TrashLib project Split into Config and Guide class library projects to help decouple and componentize the TrashLib library, which is growing too big.
1 year ago
namespace
Recyclarr.Yaml
;
feat: CLI Revamp Deprecate old commands: create-config, radarr, sonarr New commands: config, sync, list
2 years ago
refactor: Convert all class constructors to primary
1 year ago
public
class
UnknownYamlException
(
string
msg
)
:
Exception
(
msg
)
;