Skip to content
Open
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
12 changes: 12 additions & 0 deletions mzLib/Predictions/BioPolymerCrossSection.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Predictions
{
internal class BioPolymerCrossSection
{
}
}
12 changes: 12 additions & 0 deletions mzLib/Predictions/BioPolymerDectectability.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Predictions
{
internal class BioPolymerDectectability

Copilot AI Nov 21, 2025

Copy link

Choose a reason for hiding this comment

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

The class name "BioPolymerDectectability" has a spelling error. It should be "BioPolymerDetectability" (with two 't's in "Detectability").

Suggested change
internal class BioPolymerDectectability
internal class BioPolymerDetectability

Copilot uses AI. Check for mistakes.
{
}
}
12 changes: 12 additions & 0 deletions mzLib/Predictions/BioPolymerElutionRetention.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Predictions
{
internal class BioPolymerElutionRetention
{
}
}
12 changes: 12 additions & 0 deletions mzLib/Predictions/BioPolymerFragmentation.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Predictions
{
internal class BioPolymerFragmentation
{
}
}
12 changes: 12 additions & 0 deletions mzLib/Predictions/Interfaces.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Predictions
{
internal class Interfaces
{
}
}
9 changes: 9 additions & 0 deletions mzLib/Predictions/Predictions.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
12 changes: 12 additions & 0 deletions mzLib/Predictions/WebClients.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Predictions
{
internal class WebClients
{
}
}
117 changes: 115 additions & 2 deletions mzLib/mzLib.sln

Large diffs are not rendered by default.

Loading