Are the AF SDK samples really using .NET 4.8 ??

I'm trying to learn AF SDK and have found the getting started samples on github at https://github.com/osisoft/AF-SDK-Getting-Started-Guide/. I'm also new to .NET and C# having used this briefly years ago.  I'm using VS Code on an arm64 Mac. I get this error when I do `dotnet build` in the Ex1-Connection-And-Hierarchy-Basics directory:

The reference assemblies for .NETFramework,Version=v4.8 were not found.

Are the examples really using .NET 4.8?

Thanks for any help you can give,

Troy

Parents Reply
  • Event history depends on the definition. In some PI circles, an event is a recorded piece of data, that is an AFValue with a Timestamp, Value, and IsGood. And event history could mean a list of recorded values.

     

    Your app does not have to be AF SDK. There is cross-platform, language agnostic PI Web API that does not need .NET Framework or .NET. You can use Java, Python, etc., on Linux or Mac if you like.

     

    There is also RTQP for SQL access.

Children
No Data