Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Dependencies

Ashley Wilson edited this page Mar 4, 2022 · 1 revision

Dependencies

  • .NET
  • Entity Framework Core
  • Microsoft Identity Authentication
  • Sanders-Brown Center on Aging
  • Other 3rd-party libraries and packages

.NET

Entity Framework Core (EF Core)

We are currently locked at EF Core 3.1 due to some breaking changes. We will work to modify the code so that we can upgrade in the near future.

Microsoft Identity Authentication

The application currently expects to use Microsoft Identity Authentication (MSAL) for user authentication.

Sanders-Brown Center on Aging

We include two compiled DLLs in the Assemblies solution directory. They are referenced by the UDS.Net.Data project.

Other 3rd-part libraries and packages

EntityFrameworkCore.TemporalTables

Until EF Core releases their implementation of the built-in temporal tables feature in MS SQL, we will use this popular 3rd party solution.

Newtonsoft.Json

When time allows, we will move to System.Text.Json, for now this 3rd party library is a good solution for json serialization/deserialization.

Documentation

Project Management

  • Roadmap
  • Issue Tracking and Grooming

Contributing

  • How to Contribute
  • Submitting Bugs and Feature Requests
  • Source Code Organization
  • Coding Guidelines
  • Testing
Clone this wiki locally