Skip to content

Commit

Permalink
Update src/Aspire.Hosting/Codespaces/CodespacesOptions.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
  • Loading branch information
mitchdenny and eerhardt authored Oct 28, 2024
1 parent d3ff895 commit b0edc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aspire.Hosting/Codespaces/CodespacesOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CodespacesOptions
/// Maps to the CODESPACE_NAME environment variable.
/// </remarks>
[MemberNotNullWhenAttribute(true, nameof(IsCodespace))]
public string? CodespaceName { get; set; } = null;
public string? CodespaceName { get; set; };
}

internal class ConfigureCodespacesOptions(IConfiguration configuration) : IConfigureOptions<CodespacesOptions>
Expand Down

0 comments on commit b0edc56

Please sign in to comment.