Muhammad Miftah

Results 13 issues of Muhammad Miftah

**Describe the bug** The `WorkflowCompleted` event never gets published when a workflow completes. **To Reproduce** See this GitHub repo: https://github.com/mamift/WorkflowCoreTests **Expected behavior** The `WorkflowCompleted` should get published by the SingleNodeEventHub...

Which file do you specifically place the `$(ProjectDir)key.snk` element when you need to sign/strong name the resultant merged assembly? I've copied the contents of this file into my project: https://github.com/ravibpatel/ILRepack.Lib.MSBuild.Task/blob/caf641eab2567434562e37768aba04559e6e0b24/ILRepack.Lib.MSBuild.Task/ILRepack.Config.props...

Hello, I'm getting an `RoutePatternException ` when invoking the `ApplicationBuilderExtensions.UseSilkierQuartz` method inside a **WebAssembly.Server** project. The full exception trace is: ``` Microsoft.AspNetCore.Routing.RouteCreationException HResult=0x80131500 Message=An error occurred while creating the route...

### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...

💪 enhancement

https://stackoverflow.com/questions/77694546/xsd-exe-is-it-possible-for-the-generated-c-sharp-file-to-contain-the-schema-vers Except for LinqToXsd...

Use the `LinqToXsd config -e AIXM_Features.xsd` command on the [AIXM 5.1.1 specification](https://www.aixm.aero/page/aixm-511-specification) and a bunch of ISO-related namespaces are not gathered in the output configuration file.

bug

XML.xsd are very commonly referenced in other schemas, such as http://docs.oasis-open.org/legaldocml/akn-core/v1.0/os/part2-specs/schemas/xml.xsd Including them as built-in schema mapping in the library would obviate the need for client code to be generated...

enhancement

Generates: ``` private static void BuildWrapperDictionary() { wrapperDictionary.Add(typeof(OurClientMatters.Models.OurClientMatters.Contracts.ReviewPeriod), typeof(global::OurClientMatters.Models.OurClientMatters.Contracts.periodType)); } ``` When it should be: ``` private static void BuildWrapperDictionary() { wrapperDictionary.Add(typeof(global::OurClientMatters.Models.OurClientMatters.Contracts.ReviewPeriod), typeof(global::OurClientMatters.Models.OurClientMatters.Contracts.periodType)); } ```

bug

Implement generating a `FileInfo` property on generated types (the ones that map to global elements or complex types or have `static Load()` methods). Also add a new public static Load...

enhancement

When linqtoxsd gen is invoked and passed the file path to an XSD which has no configuration file that matches `$"{filename}.config"` and `-a` argument is also passed then no output...

bug