https://github.com/adimosh/IX.Framework
A set of libraries that extend the .NET Framework and allow easier working in Enterprise environments.
https://github.com/adimosh/IX.Framework
collections csharp csharp-library dotnet dotnet-core dotnet-standard dotnetstandard ix-framework observable retry retry-library undo undo-redo viewmodel
Last synced: about 1 year ago
JSON representation
A set of libraries that extend the .NET Framework and allow easier working in Enterprise environments.
- Host: GitHub
- URL: https://github.com/adimosh/IX.Framework
- Owner: adimosh
- License: mit
- Created: 2016-06-07T11:07:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T13:48:43.000Z (over 4 years ago)
- Last Synced: 2024-11-01T05:05:17.122Z (over 1 year ago)
- Topics: collections, csharp, csharp-library, dotnet, dotnet-core, dotnet-standard, dotnetstandard, ix-framework, observable, retry, retry-library, undo, undo-redo, viewmodel
- Homepage:
- Size: 1.66 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# IX Framework
## Introduction
The IX Framework is a collections of assemblies delivered as .NET Standard NuGet packages.
Their aim is to provide extensions, abstractions and functionality, in order to make working with various
components of the .NET Framework in a better way across devices, across platforms and across versions.
All libraries are compatible with .NET Framework 4.6 or above, as well as with the .NET Standard 2.0.
## License and copyright
Until further notice, all versions of this repository will be distributed under the MIT License, which is
available [here](LICENSE.md).
## Components and how to get them
| Library | Description | Location |
|:-------:|:-----------:|:--------:|
| IX.StandardExtensions | Extensions aiming at standardizing various operations in the .NET Framework. | [Project page](https://github.com/adimosh/IX.StandardExtension) |
| IX.Math | A library that interprets mathematical expressions into executable .NET code | [Project page](https://github.com/adimosh/IX.Math) |
## Contributing
### Guidelines
Contributing can be done by anyone, at any time and in any form, as long as the contributor
has read the [contributing guidelines](https://adimosh.github.io/contributingguidelines)
beforehand and tries their best to abide by them.
### Localization
Localization is important, and we strive to have resources localized in an effective way across languages.
Currently, main languages (first component of a language group) are supported, with plans to add later.
Targeted languages:
- English (also neutral language)
- Romanian - developer's native language
- French - translator available
- German - contributions welcome
- Spanish - contributions welcome
- Japanese - contributions welcome
- A proper variant for China - contributions and ideas welcome
- A proper variant for India - contributions and ideas welcome
- Italian - contributions welcome
- Swedish - contributions welcome
- Russian - contributions welcome
### Code health checks
For now, this section is under construction.
### Developer guidelines
All projects in this repository build in Visual Studio 2022 and use some of the language enhancements that it brought. The project
structure also follows the .NET Core CSPROJ standard.
Since the tooling is very difficult to work with and mostly unavailable, Visual Studio 2022 has been chosen as a suitable IDE with a good-enough
project structure for the purposes of this project. There are no plans to port this to earlier editions of Visual Studio.
There is also the matter of text template files, which are a must in order to avoid dreary development tasks, and they are currently only supported
as a tool in the full edition of Visual Studio.
Visual Studio Code should, to the extent of the author's knowledge, also work (at least for vanilla code changes), but that IDE is not going to
be supported as the de-facto tooling, instead focusing on development with the familiar IDE that is used in commercial development. OF course,
being an open-source project, working with and on this repository is fully legally compatible with Visual Studio Community Edition.
Should any special build, platform or standard be specifically required in the future, please point it out, as well as giving a reason/scenario
in which things did not work out with the current targets. Such input is always welcome, since the author cannot commit to developing on all
available platforms and operating systems at the same time.
## Acknowledgments
This project uses the following libraries:
- .NET Framework Core, available from the [.NET Foundation](https://github.com/dotnet)
- StyleCop analyzer, available from [its GitHub page](https://github.com/DotNetAnalyzers/StyleCopAnalyzers)
- xunit.net, available from [its GitHub page](http://xunit.github.io/)
This project uses the following tools:
- [Visual Studio](https://visualstudio.microsoft.com/) Community Edition [2019](https://visualstudio.microsoft.com/vs/), from [Microsoft](https://www.microsoft.com)
- [ReSharper](https://www.jetbrains.com/resharper/), from [JetBrains](https://www.jetbrains.com)
- Mads Kristensen's fabulous and numerous tools and extensions, which are too many to name and are available at
[his GitHub page](https://github.com/madskristensen/)
There is also [EditorConfig](http://editorconfig.org/) support and an .editorconfig file
included that works with Visual Studio 2017's baked-in support.
The project is hosted by [GitHub](https://github.com).