Skip to content
/ Olive Public

Olive framework, for more productive cross platform .NET solutions. It's available under the GPL v3 license. See License.md for more information.

License

Notifications You must be signed in to change notification settings

Geeksltd/Olive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7a718cd · Feb 25, 2025
Nov 16, 2018
Feb 24, 2025
Oct 24, 2019
Jul 3, 2023
Jul 3, 2023
Sep 21, 2023
Jun 2, 2023
Feb 14, 2024
Mar 15, 2024
Apr 30, 2023
Apr 30, 2023
May 17, 2023
Sep 30, 2020
Apr 8, 2020
Apr 30, 2023
Apr 30, 2023
May 30, 2023
Apr 30, 2023
Feb 6, 2025
Jan 8, 2025
Jul 3, 2023
Jul 3, 2023
Jul 3, 2023
Apr 30, 2023
Jan 27, 2025
Jul 3, 2023
Jul 3, 2023
Jul 3, 2023
Jul 3, 2023
Apr 30, 2023
Apr 30, 2023
Jul 3, 2023
May 3, 2023
Aug 15, 2023
Jul 3, 2023
Jul 3, 2023
Jul 3, 2023
Feb 13, 2024
Jul 3, 2023
Jul 3, 2023
May 1, 2024
Jul 3, 2023
Feb 13, 2024
May 9, 2024
Jul 3, 2023
Mar 15, 2024
Aug 15, 2023
Jul 29, 2023
Feb 13, 2024
Jul 3, 2023
Jul 3, 2023
Feb 6, 2025
Nov 19, 2024
Jun 22, 2023
Apr 30, 2023
Apr 30, 2023
Jul 3, 2023
Feb 24, 2025
Jan 15, 2025
Apr 30, 2023
Apr 30, 2023
Jun 19, 2024
Apr 30, 2023
Apr 30, 2023
Sep 28, 2023
Apr 30, 2023
May 9, 2024
Jul 29, 2023
Dec 20, 2024
Dec 20, 2024
Jul 3, 2023
Jul 3, 2023
Jul 3, 2023
Jul 3, 2023
Jul 29, 2023
Jul 3, 2023
Apr 30, 2023
Apr 30, 2023
Apr 30, 2023
Apr 30, 2023
Apr 30, 2023
Apr 30, 2023
Apr 30, 2023
Feb 22, 2025
Nov 29, 2024
Mar 15, 2024
Nov 18, 2020
Jun 8, 2023
Nov 3, 2017
Dec 11, 2018
Sep 30, 2020
Apr 30, 2023
Mar 14, 2018
Feb 24, 2025
Apr 9, 2024

Repository files navigation

Olive

Olive: More productive .NET development.

See documentation

Olive

Olive

Olive is a framework built on top of .NET for more productive cross-platform software development in .NET solutions. It provides a set of productivity tools to make .NET development easier, cleaner and more expressive. It is created, maintained and supported by Geeks Ltd.

  • Compatibility: As a .NET Standard 2.0 library it's compatible with almost any .NET stack.
  • License: This software is provided 'as-is' under the MIT License, granting you full permission to modify, distribute, and use it for both private and commercial purposes, without any restrictions.
  • Contributions welcome: Just fork the repo, do your changes then make a merge request.
  • Found an issue? report here.

Check out the Olive documentation HERE


Debugging

How to build

Olive projects have dependencies to each other. You might need to build other projects recursively to run a certain project. All projects have dependencies to Olive project; So you need to build this one first. Also you can run BuildAll.bat, which is located in the root of the project, to build all of the Olive projects.

Important Tip

You may be working on a project which has a NuGet dependency to Olive. You have a bug and suspect that the problem may be in Olive, or maybe you just want more diagnostics information. The following is a handy hack:

  1. Compile Olive locally, so the source code lines resolve correctly
  2. Copy the new DLL and PDB files to your local nuget cache (%UserProfile%\.nuget\packages)
  3. Compile your project again. It will update the DLL from the nuget cache, which is overriden by your locally compiled dll.
  4. In Visual Studio, simply press F11 to step into any Olive calls.

About

Olive framework, for more productive cross platform .NET solutions. It's available under the GPL v3 license. See License.md for more information.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages