* Switching from EsrpCodeSigning@1 to EsrpCodeSigning@2
* set isReleaseBuild to true for this branch
* Revert "set isReleaseBuild to true for this branch"
This reverts commit 990f9d0029.
* Working unit test of source gen and extension runner. Still facing assembly version conflict.
* Added unit test for generator & some tidying
* Cleanup
* Test clean up
* Working unit test of source gen and extension runner. Still facing assembly version conflict.
* Added unit test for generator & some tidying
* Cleanup
* Test clean up
* Clean up.
* Fixed the mess caused by rebase. 😭
* Slight cleanup
* Adding IncludeBuildOutput prop
* Adding Sdk.Generators project to filtered solution file we use for devpack ps.
* Switched to an optimized version of code to get the auto generated code(after benchmarking different versions). Also some cleanup
* Renamed autogenerated type names to be more readable. Other code comment improvements.
* Fixed tests to reflect the recent renaming changes
* Addressing PR feedback.
* 🔆 Addressing PR feedback.
* 🚿 Cleanup
* Using Console.Error.WriteLine instead of Console.WriteLine for error logging during extension startup failure.
* String equals using explicit compariosn type and other nit fixes.
* Report a Diagnostic error during build time if the startup implementation type is invalid, instead of throwing error during runtime
* Added the helplink docs pages for diagnostic errors emitted from source gen.
The extensions added here are -- EventGrid, ServiceBus, EventHubs, SignalRService, RabbitMQ, Kafka, Warmup and Table (from storage). This commit also adds samples using each of these new bindings.