Skip to content

Google.Cloud.Functions.Framework version 1.0.0-beta02

Pre-release
Pre-release
Compare
Choose a tag to compare
Release Functions Framework .NET packages version 1.0.0-beta02

Changes since 1.0.0-beta01:

Changes around startup classes:

- FunctionsStartupAttribute can now be applied to classes as well
  as assemblies. The Hosting package detects attributes that have
  been applied to the target function type, and its base types.
- FunctionsStartupAttribute can now be applied to test assemblies
  and test classes to specify replacement startup classes;
  FunctionTestBase will automatically use this to determine
  startup classes from the test class, making it easier to fake
  out dependencies.

Packages in this release:
- Release Google.Cloud.Functions.Framework version 1.0.0-beta02
- Release Google.Cloud.Functions.Hosting version 1.0.0-beta02
- Release Google.Cloud.Functions.Templates version 1.0.0-beta02
- Release Google.Cloud.Functions.Testing version 1.0.0-beta02