Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSOE-819: Revert changes to unblock dev #732

Merged
merged 3 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions Lombiq.OSOCE.sln
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.Walkthroughs", "src\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.Hosting.MediaTheme.Tests.Theme", "src\Themes\Lombiq.Hosting.MediaTheme\Lombiq.Hosting.MediaTheme.Tests.Theme\Lombiq.Hosting.MediaTheme.Tests.Theme.csproj", "{CA12F503-6CE8-466C-A390-89AEE982DA64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lombiq.HelpfulLibraries.SourceGenerators", "src\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.SourceGenerators\Lombiq.HelpfulLibraries.SourceGenerators\Lombiq.HelpfulLibraries.SourceGenerators.csproj", "{497EF903-EE06-443B-9545-266694746A63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -1344,18 +1342,6 @@ Global
{CA12F503-6CE8-466C-A390-89AEE982DA64}.Release|x64.Build.0 = Release|Any CPU
{CA12F503-6CE8-466C-A390-89AEE982DA64}.Release|x86.ActiveCfg = Release|Any CPU
{CA12F503-6CE8-466C-A390-89AEE982DA64}.Release|x86.Build.0 = Release|Any CPU
{497EF903-EE06-443B-9545-266694746A63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{497EF903-EE06-443B-9545-266694746A63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{497EF903-EE06-443B-9545-266694746A63}.Debug|x64.ActiveCfg = Debug|Any CPU
{497EF903-EE06-443B-9545-266694746A63}.Debug|x64.Build.0 = Debug|Any CPU
{497EF903-EE06-443B-9545-266694746A63}.Debug|x86.ActiveCfg = Debug|Any CPU
{497EF903-EE06-443B-9545-266694746A63}.Debug|x86.Build.0 = Debug|Any CPU
{497EF903-EE06-443B-9545-266694746A63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{497EF903-EE06-443B-9545-266694746A63}.Release|Any CPU.Build.0 = Release|Any CPU
{497EF903-EE06-443B-9545-266694746A63}.Release|x64.ActiveCfg = Release|Any CPU
{497EF903-EE06-443B-9545-266694746A63}.Release|x64.Build.0 = Release|Any CPU
{497EF903-EE06-443B-9545-266694746A63}.Release|x86.ActiveCfg = Release|Any CPU
{497EF903-EE06-443B-9545-266694746A63}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -1463,7 +1449,6 @@ Global
{63D47CA9-2693-4648-9E1F-42BCDD7BB663} = {6ED7E28F-0556-471C-8AD1-5BB0941411DD}
{AE7DF7DE-0287-44A9-A3B6-9DEFC997D69C} = {11E06A11-1733-408D-BB2F-BFA07075F812}
{CA12F503-6CE8-466C-A390-89AEE982DA64} = {574156BC-2074-47C9-8EA8-70DED6658DD5}
{497EF903-EE06-443B-9545-266694746A63} = {53D45048-C7C6-4D04-A9DA-8B8271510F99}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6926E60-1F5A-4B05-B835-B1021FBE07C5}
Expand Down
1 change: 0 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Note that this solution also has an Orchard 1 counterpart, [Lombiq's Open-Source
- [`Lombiq.HelpfulLibraries.LinqToDb`](https://github.com/Lombiq/Helpful-Libraries/tree/dev/Lombiq.HelpfulLibraries.LinqToDb): With the help of this project you can write LINQ expressions and run them with a [YesSql](https://github.com/sebastienros/yessql) `ISession` extension method to query from the DB instead of writing plain SQL queries. Uses the [LINQ to DB project](https://linq2db.github.io/). You can watch a demo video of the project [here](https://www.youtube.com/watch?v=ldJOdCSsWJo).
- [`Lombiq.HelpfulLibraries.RestEase`](https://github.com/Lombiq/Helpful-Libraries/tree/dev/Lombiq.HelpfulLibraries.RestEase): Adds a typed HTTP client to the service collection using RestEase.
- [`Lombiq.HelpfulLibraries.Refit`](https://github.com/Lombiq/Helpful-Libraries/tree/dev/Lombiq.HelpfulLibraries.Refit): Adds helpers for working with [Refit](https://github.com/reactiveui/refit).
- [`Lombiq.HelpfulLibraries.SourceGenerators`](https://github.com/Lombiq/Helpful-Libraries/tree/dev/Lombiq.HelpfulLibraries.SourceGenerators): Helpful source generators that aid in development.
- [`Lombiq.HelpfulLibraries.Targets`](https://github.com/Lombiq/Helpful-Libraries/tree/dev/Lombiq.HelpfulLibraries.Targets): Targets project which references all Helpful Libraries. Only necessary for NuGet publishing, just as _Lombiq.HelpfulLibraries.sln_.
- [`Lombiq.OrchardCoreApiClient`](https://github.com/Lombiq/Orchard-Core-API-Client): A client library for communicating with the [Orchard Core](https://www.orchardcore.net/) web APIs, it contains an implementation for the tenant management API and a console application for testing and demonstration.

Expand Down
Loading