Comments on: ModuleInitializer Attribute in C# https://code-maze.com/csharp-moduleinitializer-attribute/ Learn. Code. Succeed. Wed, 09 Aug 2023 20:54:32 +0000 hourly 1 https://wordpress.org/?v=6.7.5 By: Marinko Spasojević https://code-maze.com/csharp-moduleinitializer-attribute/#comment-8614 Wed, 09 Aug 2023 20:54:32 +0000 https://code-maze.com/?p=94749#comment-8614 In reply to Mike.

Hi Mike. Yeah, we missed it in the snippet here even though it was added in the PR. Now it is fixed. CTRL+F5 if you can’t see the modified code yet. Thanks for the suggestion.

]]>
By: Mike https://code-maze.com/csharp-moduleinitializer-attribute/#comment-8612 Wed, 09 Aug 2023 20:02:26 +0000 https://code-maze.com/?p=94749#comment-8612 The Notifier code example above that calls to OfType is missing the generic type parameters in the switch statement (it is in the github however).

]]>