Getting Started

Install the package

dotnet add package Tudormobile.OpenTrivia

Dependencies

Microsoft.Extensions.Logging

Including library provided services

using Tudormobile.OpenTrivia;

Including Extensions

using Tudormobile.OpenTrivia;
using Tudormobile.OpenTrivia.Extensions;

Extensions provide additional methods including an entity-object model to further abstract and extend the API by providing useful entities for most API calls.

Install the package (Windows Desktop)

dotnet add package Tudormobile.OpenTrivia.UI

Dependencies

Tudormobile.OpenTrivia CommunityToolkit.MVVM

Including library provided services

using Tudormobile.OpenTrivia.UI;
using Tudormobile.OpenTrivia.UI.Converters;
using Tudormobile.OpenTrivia.UI.Services;
using Tudormobile.OpenTrivia.UI.Views;
using Tudormobile.OpenTrivia.UI.ViewModels;

The UI library provides resources, converters, services, views, and view models for building desktop (WPF) UI for Open Trivia games and game elements.