Griffin.ReportWriter
2023.1.1
dotnet add package Griffin.ReportWriter --version 2023.1.1
NuGet\Install-Package Griffin.ReportWriter -Version 2023.1.1
<PackageReference Include="Griffin.ReportWriter" Version="2023.1.1" />
paket add Griffin.ReportWriter --version 2023.1.1
#r "nuget: Griffin.ReportWriter, 2023.1.1"
// Install Griffin.ReportWriter as a Cake Addin #addin nuget:?package=Griffin.ReportWriter&version=2023.1.1 // Install Griffin.ReportWriter as a Cake Tool #tool nuget:?package=Griffin.ReportWriter&version=2023.1.1
Griffin Report Writer (C# Custom Library, for internal use only)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Json.Net (>= 1.0.33)
- Newtonsoft.Json (>= 13.0.1)
- SSH.NET (>= 2020.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2023.1.1 | 233 | 6/12/2023 |
2022.7.1 | 1,054 | 7/4/2022 |
2022.7.0 | 405 | 7/4/2022 |
2020.6.0 | 576 | 3/24/2020 |
2020.1.0 | 756 | 1/17/2020 |
2019.24.1 | 1,578 | 11/29/2019 |
2019.22.2 | 594 | 10/25/2019 |
2019.22.1 | 490 | 10/22/2019 |
2019.21.4 | 556 | 10/15/2019 |
2019.21.3 | 522 | 10/14/2019 |
2019.21.2 | 500 | 10/10/2019 |
2019.21.1 | 507 | 10/8/2019 |
2019.20.6 | 489 | 10/4/2019 |
2019.20.5 | 516 | 9/26/2019 |
2019.20.4 | 487 | 9/26/2019 |
2019.20.3 | 490 | 9/26/2019 |
2019.20.2 | 509 | 9/25/2019 |
2019.20.1 | 463 | 9/25/2019 |
2019.19.6 | 571 | 9/18/2019 |
2019.19.5 | 488 | 9/17/2019 |
2019.19.4 | 485 | 9/17/2019 |
2019.19.3 | 516 | 9/17/2019 |
2019.19.2 | 503 | 9/13/2019 |
2019.19.1 | 517 | 9/11/2019 |
2019.16.1 | 648 | 8/5/2019 |
2019.15.1 | 567 | 7/17/2019 |
A custom made class library for internal use only.
This package makes sure that you have all the dependencies available for the templateless report writer to work.
This package caters for both web and windows based applications.
11/09/2019: Removed the capitalization of the sheet names. Now the case will be provided in the schema for better customization.
13/09/2019: Added static encryption decryption capability to be used for single sign on security.
16/09/2019: Added class to help with REST calls.
17/09/2019: Added class to help with untrust worthy SSL certificate issue. Moved all methods to the nuget where possible
18/09/2019: Corrected the issue with the User Validation check.
25/09/2019: Corrected the encryption logic to keep in sync with the dot net core compatibility.
25/09/2019: Decryption will now default to empty when failed.
26/09/2019: Removed all the crypto logic to the API so the nuget will use the api too as we have found platform issues.
04/10/2019: Added a Can Update field to the data column in the schema.
08/10/2019: Added field data type for a cell value serialization.
10/10/2019: Added a debug mode option to throw the actual error.
14/10/2019: Added forgot password option to share between clients.
15/10/2019: Added back up desirialization to make sure older schema's will work with newer framework.
22/10/2019: Added extra user fields to cater for kfs SSO feature.
25/10/2019: Added BUSSUIUrl to the keys so it can be accessed by all clients. Also cleared GR UI session when logged out from Griffin.
29/11/2019: Added the sql date fix logic for date range user control to the nuget package.
15/01/2020: Added can import flag for all schema's so all schema structures can be in sync. Also added schema key end point to the helper.
24/03/2020: Added extention to string helper to expose camel case method.
04/07/2022: Corrected bug in Dataset.IsValid() to check rowcount against total rows across all tables in the dataset instead of just the first
12/06/2023: Addition of default values _CurrentCustomer and _CurrentEnvironment to support SSO process, and modification of CurrentCustomer and CurrentEnvironment to be getters