Skip to content
New issue

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

Update Annnoations version to 1.1.0 and add provided.al2023 #1609

Merged

Conversation

normj
Copy link
Member

@normj normj commented Nov 13, 2023

Description of changes:

  • Bump version to 1.1.0
  • Added provided.al2023 as a valid runtime

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

category: "AWSLambdaCSharpGenerator",
DiagnosticSeverity.Error,
isEnabledByDefault: true);

public static readonly DiagnosticDescriptor ExecutableWithNoFunctions = new DiagnosticDescriptor(id: "AWSLambda0113",
title: "Executable output with no LambdaFunction annotations",
messageFormat: "Your project is configured to output an executable and generate a static Main method, but you have not configured any methods with the 'LambdaFunction' attribute.",
messageFormat: "Your project is configured to output an executable and generate a static Main method, but you have not configured any methods with the 'LambdaFunction' attribute",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The period was removed because there is compiler warning that single sentence diagnostic messages should not end with a period.

@normj normj merged commit 2993196 into feature/annotations-executable Nov 14, 2023
1 of 3 checks passed
@normj normj deleted the normj/annotations-provided.al2023 branch November 14, 2023 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants