SmartAssembly 8.0.2
Released: Mar 31, 2021
8.0.2 での更新項目
機能
- It's now possible to run applications processed with SmartAssembly's Error and Feature Reporting, Embedding, Resource Encryption and Compression and Strings Encoding on machines with FIPS compliance enabled.
不具合の修正
- SmartAssembly SDK libraries were removed from the installer. They are now only available via NuGet:
- RedGate.SmartAssembly.AssemblyResolverCore — use to manually attach SmartAssembly embedded dependencies resolver to custom app domains.
- RedGate.SmartAssembly.ReportException — use to manually send an error report from your application.
- RedGate.SmartAssembly.ReportUsage — use to manually send a feature usage report from your application.
- RedGate.SmartAssembly.SmartExceptionsCore — use to create a custom error reporting template.
- RedGate.SmartAssembly.SmartUsageCore — use to create a custom feature usage reporting template.
- RedGate.SmartAssembly.SDK — use to access SmartAssembly database, decode stack trace, and more.
- Custom error and feature reporting templates built with SmartAssembly 7 must be rebuilt using the appropriate SmartExceptionsCore or SmartUsageCore package listed above. This only applies to .NET Standard templates, and only if they referenced SmartExceptionsCore_NetStandard.dll or SmartUsageCore_NetStandard.dll.
- Sample error reporting and feature usage reporting templates are now available on a GitHub repository.