Skip to content

Commit

Permalink
connectors also need docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jul 18, 2024
1 parent 7fad22b commit 59e5206
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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>

0 comments on commit 59e5206

Please sign in to comment.