Data.Tracking.Blazor by Oliver Waits

<PackageReference Include="Data.Tracking.Blazor" Version="1.0.3" />

 Data.Tracking.Blazor 1.0.3

Provides ability to track changes to data models through watching changes to the selected instances. You are able to determine if the entities have changes to properties, new items have been added or when an item has been deleted. The framework allows you to batch processing of changes and perform updates in single operations. It provides similar functionality to the Micrsoft EntityFramework but on a much lighter basis and without any database component. The framework was specifically designed for Blazor where the data is sent to the client using JSON serialization and then changes are made which need to be sent back to the server in batches.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Data.Tracking.Blazor</id>
    <version>1.0.3</version>
    <authors>Oliver Waits</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Provides ability to track changes to data models through watching changes to the selected instances. You are able to determine if the entities have changes to properties, new items have been added or when an item has been deleted. The framework allows you to batch processing of changes and perform updates in single operations. It provides similar functionality to the Micrsoft EntityFramework but on a much lighter basis and without any database component. The framework was specifically designed for Blazor where the data is sent to the client using JSON serialization and then changes are made which need to be sent back to the server in batches.</description>
    <copyright>Copyright © OW Productions Ltd.</copyright>
    <tags>Blazor, Database, Tracking, Data, Table</tags>
    <repository url="https://github.com/owaits/Data.Tracking" />
    <dependencies>
      <group targetFramework="net5.0">
        <dependency id="Data.Tracking" version="1.0.3" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Components.WebAssembly" version="5.0.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Components.WebAssembly.Authentication" version="5.0.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.WebUtilities" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Http" version="5.0.0" exclude="Build,Analyzers" />
        <dependency id="System.Net.Http.Json" version="5.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <contentFiles>
      <files include="any/net5.0/Properties/launchSettings.json" buildAction="Content" />
    </contentFiles>
  </metadata>
</package>