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

connectors also need docs #45

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ public CRSoffsetRotation(ACG.SpatialReference spatialReference)
/// <summary>
/// Initializes a new instance of <see cref="CRSoffsetRotation"/>.
/// </summary>
/// <param name="spatialReference">SpatialReference to apply offsets and rotation to.</param>
/// <param name="map">Map to read metadata from.</param>
public CRSoffsetRotation(Map map)
{
Expand Down
1 change: 0 additions & 1 deletion DUI3/Speckle.Connectors.DUI/Bridge/BrowserBridge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ private struct RunMethodArgs
/// Initializes a new instance of the <see cref="BrowserBridge"/> class.
/// </summary>
/// <param name="jsonSerializerSettings">The settings to use for JSON serialization and deserialization.</param>
/// <param name="loggerFactory">The factory to create a logger for <see cref="BrowserBridge"/>.</param>
public BrowserBridge(
JsonSerializerSettings jsonSerializerSettings,
ILogger<BrowserBridge> logger,
Expand Down
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<PropertyGroup>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591;1573</NoWarn>
</PropertyGroup>
</Project>
Loading