Skip to content

Helper libraries used in UXI projects.

License

Notifications You must be signed in to change notification settings

uxifiit/UXI.Libs

Repository files navigation

UXIsk Common Libraries

Build Status

This repository contains common libraries for other projects of the UXIsk software infrastructure.

Further libraries are separated into own repositories:

  • UXI.Serialization library for writing and reading data streams with serialization.
  • UXI.Filters framework for creating data filtering applications.
Library Package
UXI.Common UXI.Common package in Public feed in Azure Artifacts
UXI.Common.UI UXI.Common.UI package in Public feed in Azure Artifacts
UXI.Common.Web UXI.Common.Web package in Public feed in Azure Artifacts
UXI.Common.WebApi UXI.Common.WebApi package in Public feed in Azure Artifacts
UXI.Configuration UXI.Configuration package in Public feed in Azure Artifacts
UXI.Configuration.IniStorage UXI.Configuration.IniStorage package in Public feed in Azure Artifacts
UXI.CQRS UXI.CQRS package in Public feed in Azure Artifacts
UXI.CQRS.EntityFramework UXI.CQRS.EntityFramework package in Public feed in Azure Artifacts
UXI.IO.NTFS UXI.IO.NTFS package in Public feed in Azure Artifacts
UXI.OwinServer UXI.OwinServer package in Public feed in Azure Artifacts
UXI.SystemApi UXI.SystemApi package in Public feed in Azure Artifacts
UXI.ZIP UXI.ZIP package in Public feed in Azure Artifacts

Installation

UXI.Libs are available as NuGet packages in the public Azure DevOps artifacts repository for all UXIsk packages:

https://pkgs.dev.azure.com/uxifiit/Packages/_packaging/Public/nuget/v3/index.json

Add UXIsk Packages to package sources

First, add a new package source. Choose the way that fits you the best:

nuget source Add -Name "UXIsk Packages" -Source "https://pkgs.dev.azure.com/uxifiit/Packages/_packaging/Public/nuget/v3/index.json"
  • Create or edit NuGet.config file in your project's solution directory where you specify this package source:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="UXIsk Packages" value="https://pkgs.dev.azure.com/uxifiit/Packages/_packaging/Public/nuget/v3/index.json" />
    <!-- other package sources -->
  </packageSources>
  <disabledPackageSources />
</configuration>

Install packages

Use the Visual Studio "Manage NuGet Packages..." window or the Package Manager Console:

PM> Install-Package <Library>

Author

License

Projects in this repository are licensed under the MIT License - see LICENSE.txt.

Contacts

  • UXIsk
    • User eXperience and Interaction Research Center
    • Faculty of Informatics and Information Technologies, Slovak University of Technology in Bratislava
    • Web: https://www.uxi.sk/
  • Martin Konopka
    • E-mail: martin (underscore) konopka (at) stuba (dot) sk

About

Helper libraries used in UXI projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published