We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For instance, if an assembly is named default, the code generator will produce a file with a syntax error, such as:
default
#pragma warning disable CS1591 [assembly: global::Orleans.ApplicationPartAttribute("default")] [assembly: global::Orleans.ApplicationPartAttribute("Orleans.Core.Abstractions")] [assembly: global::Orleans.ApplicationPartAttribute("Orleans.Serialization")] [assembly: global::Orleans.ApplicationPartAttribute("Orleans.Core")] [assembly: global::Orleans.Serialization.Configuration.TypeManifestProviderAttribute(typeof(OrleansCodeGen.default.Metadata_default))] namespace OrleansCodeGen. default { using global::Orleans.Serialization.Codecs; using global::Orleans.Serialization.GeneratedCodeHelpers; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("OrleansCodeGen", "9.0.0.0"), global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] internal sealed class Metadata_default : global::Orleans.Serialization.Configuration.TypeManifestProviderBase { protected override void ConfigureInner(global::Orleans.Serialization.Configuration.TypeManifestOptions config) { } } } #pragma warning restore CS1591
Error at line: namespace OrleansCodeGen. default {
namespace OrleansCodeGen. default {
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For instance, if an assembly is named
default
, the code generator will produce a file with a syntax error, such as:Error at line:
namespace OrleansCodeGen. default {
The text was updated successfully, but these errors were encountered: